Completed
Push — master ( 17d0ae...6d8d7c )
by François
02:20
created
src/Resource.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
         return isset($this->$key);
45 45
     }
46 46
 
47
+    /**
48
+     * @param string $name
49
+     */
47 50
     public function getAttribute($name)
48 51
     {
49 52
         if (isset($this->attributes[$name])) {
Please login to merge, or discard this patch.