Completed
Push — master ( 6fa457...acfd8f )
by Bogdan
03:10
created
src/Wrappers/FunctionComponents/Runtime/ExecutionContext.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return $this->wrap($this->getRuntimeFunction());
97 97
     }
98 98
 
99
+    /**
100
+     * @param RuntimeFunction $value
101
+     */
99 102
     public function wrap($value)
100 103
     {
101 104
         return $this->wrapper->wrap($this->getIsolate(), $this->getContext(), $value);
Please login to merge, or discard this patch.