| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class m1_init extends migration |
||
| 18 | { |
||
| 19 | public static function depends_on(): array |
||
| 20 | { |
||
| 21 | return ['\phpbbgallery\core\migrations\release_1_2_0']; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function update_data(): array |
||
| 28 | ]; |
||
| 29 | } |
||
| 30 | |||
| 31 | // Let's create the needed table |
||
| 32 | public function update_schema(): array |
||
| 42 | ], |
||
| 43 | ], |
||
| 44 | ]; |
||
| 45 | } |
||
| 46 | |||
| 47 | public function revert_schema(): array |
||
| 62 |
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