Completed
Push — 17.1 ( e791a5...a2e62e )
by Ralf
40:37 queued 26:22
created
api/src/Etemplate.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -579,7 +579,7 @@  discard block
 block discarded – undo
579 579
 	 *
580 580
 	 * @param string $name cell-name
581 581
 	 * @param string $attr attribute-name
582
-	 * @param mixed $val if not NULL sets attribute else returns it
582
+	 * @param boolean|string $val if not NULL sets attribute else returns it
583 583
 	 * @return reference to attribute
584 584
 	 * @deprecated use setElementAttribute($name, $attr, $val)
585 585
 	 */
@@ -638,7 +638,6 @@  discard block
 block discarded – undo
638 638
 	/**
639 639
 	 * Deep copy array to make sure there are no references
640 640
 	 *
641
-	 * @param Array $array
642 641
 	 * @return Array
643 642
 	 */
644 643
 	public static function deep_copy($source)
Please login to merge, or discard this patch.