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