Skip to content

Commit

Permalink
Update Selector.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 23, 2024
1 parent 75a09d3 commit d9fd83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selector/Selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public static function NOT(SelectorInterface $selector): NotModifier

public static function XOR(SelectorInterface ...$selector): XorModifier
{
return new XorModifier($selector);
return new XorModifier(...$selector);
}
}

0 comments on commit d9fd83a

Please sign in to comment.