| Conditions | 2 |
| Paths | 4 |
| Total Lines | 17 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | #[Override] |
||
| 32 | public function run(): void |
||
| 33 | { |
||
| 34 | $orm = $this->orm; |
||
| 35 | |||
| 36 | try { |
||
| 37 | $orm->ensureTransaction(); |
||
| 38 | |||
| 39 | $this->runMigration(); |
||
| 40 | |||
| 41 | $orm->commit(); |
||
| 42 | } catch (Throwable $exception) { |
||
| 43 | $orm->rollback(); |
||
| 44 | |||
| 45 | $this->runFailure($exception); |
||
| 46 | |||
| 47 | throw $exception; |
||
| 48 | } |
||
| 112 |
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