Skip to content

Commit c989599

Browse files
committed
Fixed phpstan errors
1 parent 0275c11 commit c989599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Builder/PropertyPathBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
final readonly class PropertyPathBuilder implements Builder
1212
{
1313
public function __construct(
14-
private PropertyPathInterface $propertyPath,
14+
private \IteratorAggregate&PropertyPathInterface $propertyPath,
1515
private Node\Expr $pathNode,
1616
private ?int $limit = null
1717
) {

0 commit comments

Comments
 (0)