Skip to content

Commit 935913e

Browse files
committed
Test error
1 parent f96cc7f commit 935913e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Specification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Specification extends ArrayCollection implements SpecificationInterface
1717
public const string AND_X = 'andX';
1818
public const string OR_X = 'orX';
1919
/**
20-
* @var array<string>
20+
* @var array<string>
2121
*/
2222
protected static array $types = [self::OR_X, self::AND_X];
2323
private string $type = self::AND_X;

0 commit comments

Comments
 (0)