<?php class Foo { /** * Correct docblock */ public function bar( /** wrong dockblock */ $arg ) { } } $reflection = new ReflectionClass(Foo::class); echo $reflection->getMethod('bar')->getDocComment();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`