@@ -25,7 +25,7 @@ |
||
| 25 | 25 | /** |
| 26 | 26 | * Adds the setting with its default value to the settings table. Nothing |
| 27 | 27 | * is done if the setting already exists. |
| 28 | - * @return type |
|
| 28 | + * @return boolean|null |
|
| 29 | 29 | */ |
| 30 | 30 | public function up() |
| 31 | 31 | { |
@@ -306,7 +306,7 @@ discard block |
||
| 306 | 306 | /** |
| 307 | 307 | * Parses potential stack:// files into an array of "normal" VFS URLs |
| 308 | 308 | * @param string $file a VFS URL (potentially stack://) |
| 309 | - * @return array list of files |
|
| 309 | + * @return string[] list of files |
|
| 310 | 310 | */ |
| 311 | 311 | private static function parseStackedFile($file) |
| 312 | 312 | { |
@@ -360,6 +360,7 @@ discard block |
||
| 360 | 360 | * available |
| 361 | 361 | * @param mixed an instance of the class the results should be mapped to, or |
| 362 | 362 | * null to use stdClass |
| 363 | + * @param Movie $targetObject |
|
| 363 | 364 | * @return mixed the normalized response |
| 364 | 365 | */ |
| 365 | 366 | private static function normalizeResponse($response, $resultSet, $defaultValue, $targetObject = null) |