| Total Complexity | 4 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 6 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class ext extends \phpbb\extension\base |
||
|
|
|||
| 17 | { |
||
| 18 | /** @var string Require 3.2.0 due to updated INCLUDECSS and ordered services */ |
||
| 19 | const PHPBB_MIN_VERSION = '3.2.0'; |
||
| 20 | |||
| 21 | /** @var string */ |
||
| 22 | const PHPBB_MAX_VERSION = '4.0.0-dev'; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Enable extension if phpBB minimum version requirement is met |
||
| 26 | 3 | * (check database and filesystem) |
|
| 27 | * |
||
| 28 | 3 | * @return bool |
|
| 29 | 3 | */ |
|
| 30 | public function is_enableable() |
||
| 39 |
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