Total Complexity | 3 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
22 | class Version4010Date20230815200000 extends SimpleMigrationStep |
||
23 | { |
||
24 | public function __construct() |
||
25 | { |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @param IOutput $output |
||
30 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
31 | * @param array $options |
||
32 | * @return null|ISchemaWrapper |
||
33 | */ |
||
34 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) |
||
47 | } |
||
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