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 f96cc7f commit 935913eCopy full SHA for 935913e
src/Specification.php
@@ -17,7 +17,7 @@ class Specification extends ArrayCollection implements SpecificationInterface
17
public const string AND_X = 'andX';
18
public const string OR_X = 'orX';
19
/**
20
- * @var array<string>
+ * @var array<string>
21
*/
22
protected static array $types = [self::OR_X, self::AND_X];
23
private string $type = self::AND_X;
0 commit comments