We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047bc08 commit f7ab0e2Copy full SHA for f7ab0e2
1 file changed
src/FilterOptions.php
@@ -7,7 +7,7 @@ final class FilterOptions
7
/**
8
* @var string
9
*/
10
- const DEFAULT_VALUE = 'default';
+ const CONFLICTS_WITH = 'conflictsWith';
11
12
13
@@ -17,20 +17,20 @@ final class FilterOptions
17
18
19
20
- const IS_REQUIRED = 'required';
+ const DEFAULT_VALUE = 'default';
21
22
23
24
25
- const CONFLICTS_WITH = 'conflictsWith';
+ const IS_REQUIRED = 'required';
26
27
28
29
30
- const USES = 'uses';
+ const THROW_ON_ERROR = 'throwOnError';
31
32
33
34
35
- const THROW_ON_ERROR = 'throwOnError';
+ const USES = 'uses';
36
}
0 commit comments