Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ext extends \phpbb\extension\base |
||
|
|||
14 | { |
||
15 | public const DATE_FORMAT = 'Y-m-d'; |
||
16 | public const MAX_NAME_LENGTH = 255; |
||
17 | public const DEFAULT_PRIORITY = 5; |
||
18 | public const AD_BLOCK_MODES = [0, 1, 2]; |
||
19 | |||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | * |
||
23 | * Requires phpBB 3.3.2 due to using role_exists check in permission migration. |
||
24 | */ |
||
25 | public function is_enableable() |
||
31 |
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