| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class ext extends \phpbb\extension\base |
||
|
|
|||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Extension requires Mysql or PostgreSQL DBMS and phpBB 3.2.1 or newer. |
||
| 17 | * |
||
| 18 | * @return array|bool If phpBB 3.3.x, return message as to why it could not be installed. |
||
| 19 | * Otherwise just return boolean true/false. |
||
| 20 | */ |
||
| 21 | public function is_enableable() |
||
| 41 |
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