Skip to content

Commit

Permalink
Update php annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jul 2, 2024
1 parent ea3ba4b commit 49a8ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/Filtering/Builder/ExclusionsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

final class ExclusionsBuilder
{
/** @var list<list<Node\Expr>> */
/** @var list<array{condition: Node\Expr, reason: ?Node\Expr}> $exclusions */
private array $exclusions = [];

public function withCondition(Node\Expr $condition, ?Node\Expr $reason): self
Expand Down

0 comments on commit 49a8ba2

Please sign in to comment.