spelling, small cleanups

This commit is contained in:
Gilles Crettenand
2015-06-02 23:14:54 +02:00
parent b587047d17
commit 4f865d1186
8 changed files with 36 additions and 38 deletions

View File

@@ -70,7 +70,7 @@ abstract class Formatter {
/**
* Output the content for the given data
* @param $array data
* @param array $data
*/
abstract public function render($data);
}