| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | class release_1_0_0 extends \phpbb\db\migration\migration |
||
|
|
|||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Assign migration file dependencies for this migration |
||
| 18 | * |
||
| 19 | * @return array Array of migration files |
||
| 20 | * @static |
||
| 21 | * @access public |
||
| 22 | */ |
||
| 23 | static public function depends_on() |
||
| 24 | { |
||
| 25 | return ['\phpbb\db\migration\data\v310\gold']; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function update_data() |
||
| 32 | ]; |
||
| 33 | } |
||
| 35 |
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