@@ -30,7 +30,7 @@ discard block |
||
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param string|null $configurationFile |
|
| 33 | + * @param string $configFilePath |
|
| 34 | 34 | */ |
| 35 | 35 | public function __construct($configFilePath = null) |
| 36 | 36 | { |
@@ -55,7 +55,7 @@ discard block |
||
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | - * @return null|string |
|
| 58 | + * @return string |
|
| 59 | 59 | */ |
| 60 | 60 | public function getConfigurationFilePath() |
| 61 | 61 | { |