We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2415d commit 1834bd1Copy full SHA for 1834bd1
1 file changed
src/FilterOptions.php
@@ -18,4 +18,9 @@ final class FilterOptions
18
* @var string
19
*/
20
const IS_REQUIRED = 'required';
21
+
22
+ /**
23
+ * @var string
24
+ */
25
+ const CONFLICTS_WITH = 'conflictsWith';
26
}
0 commit comments