The doc-type ArrayObject<int, could not be parsed: Expected "|" or "end of type", but got "<" at position 11. (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...
22
*/
23
public function getArguments() : ArrayObject;
24
25
/**
26
* Get the named arguments as an array object.
27
*
28
* @return ArrayObject<string, mixed> the argument of the invocation [`paramName1'=>'arg1', `paramName2'=>'arg2']
The doc-type ArrayObject<string, could not be parsed: Expected "|" or "end of type", but got "<" at position 11. (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...
29
*/
30
public function getNamedArguments() : ArrayObject;
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.