Total Complexity | 4 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class Version4009Date20230410190000 extends SimpleMigrationStep |
||
24 | { |
||
25 | |||
26 | /** @var IDBConnection */ |
||
27 | private $connection; |
||
28 | |||
29 | public function __construct(IDBConnection $connection) |
||
30 | { |
||
31 | $this->connection = $connection; |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @param IOutput $output |
||
36 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
37 | * @param array $options |
||
38 | */ |
||
39 | public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options) |
||
40 | { |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * @param IOutput $output |
||
45 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
46 | * @param array $options |
||
47 | * @return null|ISchemaWrapper |
||
48 | */ |
||
49 | public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) |
||
51 | } |
||
52 | |||
53 | /** |
||
54 | * @param IOutput $output |
||
55 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
56 | * @param array $options |
||
57 | */ |
||
58 | public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) |
||
64 | } |
||
65 | } |
||
66 |
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