@@ -59,7 +59,6 @@ discard block |
||
59 | 59 | |
60 | 60 | /** |
61 | 61 | * we need this method because Requirements_Backend does not extend Object! |
62 | - * @param array $array |
|
63 | 62 | */ |
64 | 63 | public static function set_urls_to_exclude($a) |
65 | 64 | { |
@@ -230,7 +229,7 @@ discard block |
||
230 | 229 | * |
231 | 230 | * |
232 | 231 | * |
233 | - * @return bool |
|
232 | + * @return boolean|null |
|
234 | 233 | */ |
235 | 234 | protected function canSaveRequirements() |
236 | 235 | { |
@@ -254,6 +253,9 @@ discard block |
||
254 | 253 | return Config::inst()->get('SSViewer', 'theme') && Config::inst()->get('SSViewer', 'theme_enabled') ? true : false; |
255 | 254 | } |
256 | 255 | |
256 | + /** |
|
257 | + * @param string $folderLocation |
|
258 | + */ |
|
257 | 259 | protected function moveFileToRequirementsFolder($fileLocation, $folderLocation) |
258 | 260 | { |
259 | 261 | $base = Director::baseFolder(); |
@@ -18,7 +18,7 @@ |
||
18 | 18 | |
19 | 19 | /** |
20 | 20 | * |
21 | - * @return bool |
|
21 | + * @return boolean|null |
|
22 | 22 | */ |
23 | 23 | public function IsWebpackDevServer() |
24 | 24 | { |