@@ -115,7 +115,7 @@ discard block |
||
| 115 | 115 | } |
| 116 | 116 | |
| 117 | 117 | /** |
| 118 | - * @param PrintableExceptionInterface $exception |
|
| 118 | + * @param ConfigFileNotFoundException $exception |
|
| 119 | 119 | * @return int |
| 120 | 120 | */ |
| 121 | 121 | private function failed(PrintableExceptionInterface $exception) |
@@ -124,6 +124,9 @@ discard block |
||
| 124 | 124 | return Status::FAILURE; |
| 125 | 125 | } |
| 126 | 126 | |
| 127 | + /** |
|
| 128 | + * @return string |
|
| 129 | + */ |
|
| 127 | 130 | private function configurationFile() |
| 128 | 131 | { |
| 129 | 132 | $path = null; |