@@ -65,6 +65,7 @@ discard block |
||
65 | 65 | * while automatically busting this cache every time the file is changed. |
66 | 66 | * |
67 | 67 | * @param bool |
68 | + * @param boolean $var |
|
68 | 69 | */ |
69 | 70 | public static function set_suffix_requirements($var) { |
70 | 71 | self::backend()->setSuffixRequirements($var); |
@@ -336,7 +337,7 @@ discard block |
||
336 | 337 | * </code> |
337 | 338 | * |
338 | 339 | * @param string $combinedFileName Filename of the combined file relative to docroot |
339 | - * @param array $files Array of filenames relative to docroot |
|
340 | + * @param string[] $files Array of filenames relative to docroot |
|
340 | 341 | * @param string $media |
341 | 342 | * |
342 | 343 | * @return bool|void |
@@ -761,6 +762,7 @@ discard block |
||
761 | 762 | * Forces the JavaScript requirements to the end of the body, right before the closing tag |
762 | 763 | * |
763 | 764 | * @param bool |
765 | + * @param boolean $var |
|
764 | 766 | * @return $this |
765 | 767 | */ |
766 | 768 | public function setForceJSToBottom($var) { |