Completed
Push — master ( b3476e...5a1910 )
by Arjay
08:06
created
src/Html/Builder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,8 +231,8 @@
 block discarded – undo
231 231
     /**
232 232
      * Sets HTML table attribute(s).
233 233
      *
234
-     * @param string|array $attribute
235
-     * @param mixed        $value
234
+     * @param string $attribute
235
+     * @param string        $value
236 236
      * @return $this
237 237
      */
238 238
     public function setTableAttribute($attribute, $value = null)
Please login to merge, or discard this patch.