| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class ext extends \phpbb\extension\base |
||
|
|
|||
| 22 | { |
||
| 23 | /** @var string Require phpBB 3.3.11 due to restyling of Prosilver forum header bar */ |
||
| 24 | public const PHPBB_MIN_VERSION = '3.3.11'; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Check whether the extension can be enabled. |
||
| 28 | * The current phpBB version should meet or exceed |
||
| 29 | * the minimum version required by this extension: |
||
| 30 | * |
||
| 31 | * @return bool |
||
| 32 | */ |
||
| 33 | 10 | 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