Completed
Push — master ( af3e1a...7b9060 )
by Alexey
02:40
created
src/LazyObjectProxy.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -78,6 +78,9 @@
 block discarded – undo
78 78
         });
79 79
     }
80 80
 
81
+    /**
82
+     * @param string $method
83
+     */
81 84
     public function __call($method, $methodArguments)
82 85
     {
83 86
         return new static(function (...$arguments) use ($method, $methodArguments) {
Please login to merge, or discard this patch.