Completed
Push — master ( 50be05...1c3c2e )
by Arjay
01:18
created
src/Html/Builder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,8 +244,8 @@
 block discarded – undo
244 244
     /**
245 245
      * Sets HTML table attribute(s).
246 246
      *
247
-     * @param string|array $attribute
248
-     * @param mixed $value
247
+     * @param string $attribute
248
+     * @param string $value
249 249
      * @return $this
250 250
      */
251 251
     public function setTableAttribute($attribute, $value = null)
Please login to merge, or discard this patch.