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