| @@ -182,7 +182,7 @@ | ||
| 182 | 182 | * | 
| 183 | 183 | * If any error is found, an exception is thrown. | 
| 184 | 184 | * | 
| 185 | - * @return array | |
| 185 | + * @return \Exception | |
| 186 | 186 | */ | 
| 187 | 187 | protected function getRequestResult() | 
| 188 | 188 |      { | 
| @@ -137,7 +137,7 @@ discard block | ||
| 137 | 137 | * | 
| 138 | 138 | * @param string $relativePath | 
| 139 | 139 | * @param callable $callback | 
| 140 | - * @return bool | |
| 140 | + * @return null|false | |
| 141 | 141 | * @throws FileCreationFailedException | 
| 142 | 142 | */ | 
| 143 | 143 | public function createFileInTemporaryDirectory($relativePath, callable $callback) | 
| @@ -175,7 +175,7 @@ discard block | ||
| 175 | 175 | * | 
| 176 | 176 | * @param string $absolutePath | 
| 177 | 177 | * @param string $content | 
| 178 | - * @return bool | |
| 178 | + * @return string|null | |
| 179 | 179 | */ | 
| 180 | 180 | protected function writeTemporaryFile($absolutePath, $content) | 
| 181 | 181 |      { |