Total Complexity | 4 |
Total Lines | 56 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class m2_initial_data 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() |
||
40 | ); |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * Add auto group types to the database |
||
45 | * |
||
46 | * @return void |
||
47 | * @access public |
||
48 | */ |
||
49 | public function add_autogroups_type_data() |
||
74 |
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