| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | class ext extends \phpbb\extension\base |
||
| 21 | {
|
||
| 22 | /** |
||
| 23 | * Check whether or not the extension can be enabled. |
||
| 24 | * The current phpBB version should meet or exceed |
||
| 25 | * the minimum version required by this extension: |
||
| 26 | * |
||
| 27 | * Requires phpBB 3.3.10 and PHP 7.2 |
||
| 28 | * |
||
| 29 | * @return bool |
||
| 30 | * @access public |
||
| 31 | */ |
||
| 32 | public function is_enableable() |
||
| 39 |