| 1 | <?php |
||
| 13 | class ext extends \phpbb\extension\base |
||
| 14 | { |
||
| 15 | const MOVE_UP = 'move_up'; |
||
| 16 | const MOVE_DOWN = 'move_down'; |
||
| 17 | const MOVE_DRAG = 'move_drag'; |
||
| 18 | const PHPBB_MIN_VERSION = '3.2.2'; // Require 3.2.2 due to TextFormatter and BBCode changes |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | public function is_enableable() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function enable_step($old_state) |
||
| 58 | } |
||
| 59 |
Scrutinizer analyzes your
composer.json/composer.lockfile if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.