Completed
Branch master (6aac30)
by Adam
12:01
created
src/Element.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
 
167 167
     /**
168 168
      * @param  string $attribute
169
-     * @param  null   $value
169
+     * @param  null|string   $value
170 170
      * @return $this
171 171
      */
172 172
     public function addAttribute($attribute, $value = null)
Please login to merge, or discard this patch.