Total Complexity | 2 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | class Version4011Date20231001190000 extends SimpleMigrationStep |
||
25 | { |
||
26 | |||
27 | /** @var IDBConnection */ |
||
28 | private $connection; |
||
29 | |||
30 | public function __construct(IDBConnection $connection) |
||
31 | { |
||
32 | $this->connection = $connection; |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * @param IOutput $output |
||
37 | * @param Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` |
||
38 | * @param array $options |
||
39 | * @throws Exception |
||
40 | */ |
||
41 | public function postSchemaChange(IOutput $output, Closure $schemaClosure, array $options) |
||
53 | } |
||
54 | } |
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