We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | protected function cumulatedAttributesException(string $attribute, string $value, string $attributeValue): void |
||
12 | { |
||
13 | $annotationName = str_replace('Overblog\GraphQLBundle\Annotation\\', '', get_class($this)); |
||
14 | throw new AnnotationException(sprintf('The @%s %s is defined by both the default attribute "%s" and the %s attribute "%s". Pick one.', $annotationName, $attribute, $value, $attribute, $attributeValue)); |
||
15 | } |
||
17 |