| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 16 | class m6_initial_module extends \phpbb\db\migration\migration |
||
|
|
|||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Assign migration file dependencies for this migration |
||
| 20 | * |
||
| 21 | * @return array Array of migration files |
||
| 22 | * @static |
||
| 23 | * @access public |
||
| 24 | */ |
||
| 25 | public static function depends_on() |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Add or update data in the database |
||
| 32 | * |
||
| 33 | * @return array Array of table data |
||
| 34 | * @access public |
||
| 35 | */ |
||
| 36 | public function update_data() |
||
| 48 |
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