@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | |
| 74 | 74 | /** |
| 75 | 75 | * Adds the given Filename to the internal Array |
| 76 | - * @param $filename |
|
| 76 | + * @param string $filename |
|
| 77 | 77 | */ |
| 78 | 78 | protected function addFile($filename) |
| 79 | 79 | { |
@@ -104,6 +104,7 @@ discard block |
||
| 104 | 104 | /** |
| 105 | 105 | * @inheritdoc |
| 106 | 106 | * @param bool $count |
| 107 | + * @param string $string |
|
| 107 | 108 | * @throws \Exception |
| 108 | 109 | */ |
| 109 | 110 | public function write($string, $count = true) |