Total Complexity | 2 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class m11_ad_owner_data extends \phpbb\db\migration\migration |
||
|
|||
14 | { |
||
15 | /** |
||
16 | * {@inheritDoc} |
||
17 | */ |
||
18 | public static function depends_on() |
||
19 | { |
||
20 | return array( |
||
21 | '\phpbb\ads\migrations\v10x\m1_initial_schema', |
||
22 | '\phpbb\ads\migrations\v10x\m10_ad_owner_schema', |
||
23 | ); |
||
24 | } |
||
25 | |||
26 | /** |
||
27 | * Add the UCP module and new permission |
||
28 | * |
||
29 | * @return array Array of data update instructions |
||
30 | */ |
||
31 | public function update_data() |
||
45 | ), |
||
46 | )), |
||
50 |
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