Compability with PhpParser v5 #166
Annotations
9 errors and 1 warning
src/Extractor/ClassMethodToCallbackExtractor.php#L77
Call to function is_string() with PhpParser\Node\ComplexType|PhpParser\Node\Identifier|PhpParser\Node\Name|null will always evaluate to false.
|
src/Extractor/ClassMethodToCallbackExtractor.php#L82
Parameter #1 $subNodes of class PhpParser\Node\Expr\Closure constructor expects array{static?: bool, byRef?: bool, params?: array<PhpParser\Node\Param>, uses?: array<PhpParser\Node\ClosureUse>, returnType?: PhpParser\Node\ComplexType|PhpParser\Node\Identifier|PhpParser\Node\Name|null, stmts?: array<PhpParser\Node\Stmt>, attrGroups?: array<PhpParser\Node\AttributeGroup>}, array{stmts: array<PhpParser\Node\Stmt>|null, params: array<int<0, max>, PhpParser\Node\Param>, returnType: PhpParser\Node\ComplexType|PhpParser\Node\Identifier|PhpParser\Node\Name|null} given.
|
src/PhpParserHelper.php (in context of class AutoMapper/AutoMapper)#L19
Access to undefined constant PhpParser\ParserFactory::PREFER_PHP7.
|
src/PhpParserHelper.php (in context of class AutoMapper/AutoMapper)#L19
Call to an undefined method PhpParser\ParserFactory::create().
|
src/PhpParserHelper.php (in context of class AutoMapper/Extractor/ClassMethodToCallbackExtractor)#L19
Access to undefined constant PhpParser\ParserFactory::PREFER_PHP7.
|
src/PhpParserHelper.php (in context of class AutoMapper/Extractor/ClassMethodToCallbackExtractor)#L19
Call to an undefined method PhpParser\ParserFactory::create().
|
src/PhpParserHelper.php (in context of class AutoMapper/Generator/Generator)#L19
Access to undefined constant PhpParser\ParserFactory::PREFER_PHP7.
|
src/PhpParserHelper.php (in context of class AutoMapper/Generator/Generator)#L19
Call to an undefined method PhpParser\ParserFactory::create().
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, shivammathur/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading