The doc-type array(int could not be parsed: Expected "|" or "end of type", but got "(" at position 5. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
25
*/
26
public function getErrorList()
27
{
28
return array(
29
6 => 1,
30
10 => 1,
31
);
32
33
}//end getErrorList()
34
35
36
/**
37
* Returns the lines where warnings should occur.
38
*
39
* The key of the array should represent the line number and the value
40
* should represent the number of warnings that should occur on that line.
The doc-type array(int could not be parsed: Expected "|" or "end of type", but got "(" at position 5. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.