Total Complexity | 3 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class ParameterException extends Exception |
||
8 | { |
||
9 | 1 | public static function unsupportedFilterWithDefaultValueForSearch(): self |
|
12 | } |
||
13 | |||
14 | 1 | public static function tooFewElementsForBetweenExpression(): self |
|
17 | } |
||
18 | |||
19 | 1 | public static function unsupportedFilterWithDefaultValueForTypedFilter(): self |
|
24 |