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