| Total Complexity | 0 |
| Total Lines | 10 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ErrorMessage extends AbstractEnum |
||
|
|
|||
| 17 | { |
||
| 18 | public const LOGGER_NOT_PSR3 = 'The configured logger MUST be compatible with `Psr\Log\LoggerInterface`. ' |
||
| 19 | . 'Received `%s` instead.'; |
||
| 20 | |||
| 21 | public const MIDDLEWARE_NOT_HANDLERSTACK = 'The configured middleware handler stack MUST be compatible with ' |
||
| 22 | . '`SimplePie\HandlerStackInterface`. Received `%s` instead.'; |
||
| 23 | |||
| 24 | public const LIBXML_NOT_INTEGER = 'The configured libxml options MUST be bitwise LIBXML_* constants, which result ' |
||
| 25 | . 'in an integer value. Received `%s` instead.'; |
||
| 26 | } |
||
| 27 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths