Completed
Push — 1.x ( c997cb...ce72f9 )
by Akihito
20s queued 14s
created
src/AbstractRequest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -148,6 +148,9 @@
 block discarded – undo
148 148
         return $this->invoker->invoke($this);
149 149
     }
150 150
 
151
+    /**
152
+     * @param string $name
153
+     */
151 154
     public function __get($name)
152 155
     {
153 156
         $this->result = $this->invoke();
Please login to merge, or discard this patch.