1 | <?php |
||
15 | class CommandDocBlockParser2 extends AbstractCommandDocBlockParser |
||
16 | { |
||
17 | /** |
||
18 | * Parse the docBlock comment for this command, and set the |
||
19 | * fields of this class with the data thereby obtained. |
||
20 | */ |
||
21 | public function parse() |
||
32 | |||
33 | protected function getTagContents($tag) |
||
37 | |||
38 | /** |
||
39 | * Store the data from a @arg annotation in our argument descriptions. |
||
40 | */ |
||
41 | protected function processArgumentTag($tag) |
||
45 | |||
46 | /** |
||
47 | * Store the data from a @param annotation in our argument descriptions. |
||
48 | */ |
||
49 | protected function processParamTag($tag) |
||
56 | |||
57 | /** |
||
58 | * Store the data from a @return annotation in our argument descriptions. |
||
59 | */ |
||
60 | protected function processReturnTag($tag) |
||
67 | } |
||
68 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.