Completed
Push — master ( 6ccfbb...0bd627 )
by Sam
15:08 queued 03:22
created
view/Requirements.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,6 +65,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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) {
Please login to merge, or discard this patch.