@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
| 51 | - * @param $path |
|
| 51 | + * @param string $path |
|
| 52 | 52 | */ |
| 53 | 53 | public function loadFile($path) |
| 54 | 54 | { |
@@ -61,6 +61,9 @@ discard block |
||
| 61 | 61 | $this->setBuffer($buffer); |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | + /** |
|
| 65 | + * @param string $buffer |
|
| 66 | + */ |
|
| 64 | 67 | public function setBuffer($buffer) |
| 65 | 68 | { |
| 66 | 69 | $this->buffer = $buffer; |
@@ -1,9 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * this file is part of magerun |
|
| 4 | - * |
|
| 5 | - * @author Tom Klingenberg <https://github.com/ktomk> |
|
| 6 | - */ |
|
| 3 | + * this file is part of magerun |
|
| 4 | + * |
|
| 5 | + * @author Tom Klingenberg <https://github.com/ktomk> |
|
| 6 | + */ |
|
| 7 | 7 | namespace N98; |
| 8 | 8 | |
| 9 | 9 | use Composer\Autoload\ClassLoader; |