Completed
Push — master ( e52c95...843416 )
by Freek
04:13
created
src/SchemalessAttributes.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@
 block discarded – undo
48 48
         $this->set($name, $value);
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $attribute
53
+     */
51 54
     public function set($attribute, $value = null)
52 55
     {
53 56
         if (is_iterable($attribute)) {
Please login to merge, or discard this patch.