Add PropertyPathBuilder from fastmap to avoid hidden dependency in sa… #66
Annotations
10 errors
phpstan:
src/Builder/IsolatedCodeBuilder.php#L12
Method Kiboko\Component\SatelliteToolbox\Builder\IsolatedCodeBuilder::__construct() has parameter $stmts with no value type specified in iterable type array.
|
phpstan:
src/Builder/IsolatedFuncCallAppendingBuilder.php#L15
Method Kiboko\Component\SatelliteToolbox\Builder\IsolatedFuncCallAppendingBuilder::__construct() has parameter $stmts with no value type specified in iterable type array.
|
phpstan:
src/Builder/IsolatedFuncCallAppendingBuilder.php#L39
Parameter #2 $args of class PhpParser\Node\Expr\FuncCall constructor expects array<PhpParser\Node\Arg|PhpParser\Node\VariadicPlaceholder>, array<PhpParser\Node\Arg|PhpParser\Node\Expr> given.
|
phpstan:
src/Builder/IsolatedValueAppendingBuilder.php#L15
Method Kiboko\Component\SatelliteToolbox\Builder\IsolatedValueAppendingBuilder::__construct() has parameter $stmts with no value type specified in iterable type array.
|
phpstan:
src/Builder/IsolatedValueTransformationBuilder.php#L15
Method Kiboko\Component\SatelliteToolbox\Builder\IsolatedValueTransformationBuilder::__construct() has parameter $stmts with no value type specified in iterable type array.
|
phpstan:
src/Builder/PropertyPathBuilder.php#L26
Parameter #1 $iterator of class LimitIterator constructor expects TIterator of Iterator<TKey, TValue>, Traversable<mixed, mixed> given.
|
phpstan:
src/Builder/PropertyPathBuilder.php#L28
Parameter #1 $iterator of class LimitIterator constructor expects TIterator of Iterator<TKey, TValue>, Traversable<mixed, mixed> given.
|
phpstan:
src/Builder/PropertyPathBuilder.php#L48
Parameter #2 $name of class PhpParser\Node\Expr\PropertyFetch constructor expects PhpParser\Node\Expr|PhpParser\Node\Identifier|string, PhpParser\Node\Name given.
|
phpstan:
src/configuration.php#L31
Offset 0 does not exist on array<PhpParser\Node\Stmt>|null.
|
phpstan:
src/configuration.php#L36
Function Kiboko\Component\SatelliteToolbox\Configuration\compileValueWhenExpression() has parameter $value with no value type specified in iterable type array.
|