Merge pull request #27 from php-etl/feature/catch-logs #79
Annotations
5 errors
phpstan5:
src/Builder/ConditionalMapper.php#L51
Parameter $name of class PhpParser\Node\Stmt\PropertyProperty constructor expects PhpParser\Node\VarLikeIdentifier|string, PhpParser\Node\Name given.
|
phpstan5:
src/Builder/ConditionalMapper.php#L70
Parameter #1 $value of class PhpParser\Node\Expr\ArrayItem constructor expects PhpParser\Node\Expr, PhpParser\Node given.
|
phpstan5:
src/Builder/Transformer.php#L127
Parameter $name of class PhpParser\Node\Expr\MethodCall constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
|
phpstan5:
src/Builder/Transformer.php#L208
Parameter #1 $value of class PhpParser\Node\Arg constructor expects PhpParser\Node\Expr, PhpParser\Node given.
|
phpstan5
Process completed with exit code 1.
|