@@ -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 @@ |
||
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 | { |