We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0275c11 commit c989599Copy full SHA for c989599
src/Compiler/Builder/PropertyPathBuilder.php
@@ -11,7 +11,7 @@
11
final readonly class PropertyPathBuilder implements Builder
12
{
13
public function __construct(
14
- private PropertyPathInterface $propertyPath,
+ private \IteratorAggregate&PropertyPathInterface $propertyPath,
15
private Node\Expr $pathNode,
16
private ?int $limit = null
17
) {
0 commit comments