@@ -142,7 +142,7 @@ |
||
| 142 | 142 | * @param string $cleanedVariableName |
| 143 | 143 | * @param string $currentClassName |
| 144 | 144 | * @param mixed $val |
| 145 | - * @return bool |
|
| 145 | + * @return boolean|null |
|
| 146 | 146 | */ |
| 147 | 147 | protected function includeClassProperty(array& $data, $cleanedVariableName, $currentClassName, $val) |
| 148 | 148 | { |
@@ -1,7 +1,7 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * @codeCoverageIgnore |
|
| 4 | - */ |
|
| 3 | + * @codeCoverageIgnore |
|
| 4 | + */ |
|
| 5 | 5 | call_user_func(function() { |
| 6 | 6 | if ( ! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) { |
| 7 | 7 | throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?'); |