Open pbogut opened 8 years ago
Given
<?php class Test { public function test($smth) { $this->test(a| } }
There is no suggestion fow function call, I would expect array_map etc.
array_map
Yeah, Context is set to type "Method call" which is not true. But if you type $this->test(1, arr you'll get completion
$this->test(1, arr
Given
There is no suggestion fow function call, I would expect
array_map
etc.