Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class InvalidEventConfigurationFormatException extends InvalidArgumentException implements FriendlyExceptionInterface |
||
11 | { |
||
12 | 1 | public function getName(): string |
|
13 | { |
||
14 | 1 | return 'Configuration format passed to EventConfigurator is invalid.'; |
|
15 | } |
||
16 | |||
17 | 1 | public function getSolution(): ?string |
|
20 | 1 | EventConfigurator accepts an array in the following format: |
|
21 | [ |
||
29 |