| Conditions | 2 |
| Paths | 4 |
| Total Lines | 17 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 56 | #[Override] |
||
| 57 | public function rollback(): void |
||
| 58 | { |
||
| 59 | $orm = $this->orm; |
||
| 60 | |||
| 61 | try { |
||
| 62 | $orm->ensureTransaction(); |
||
| 63 | |||
| 64 | $this->rollbackMigration(); |
||
| 65 | |||
| 66 | $orm->commit(); |
||
| 67 | } catch (Throwable $exception) { |
||
| 68 | $orm->rollback(); |
||
| 69 | |||
| 70 | $this->rollbackFailure($exception); |
||
| 71 | |||
| 72 | throw $exception; |
||
| 73 | } |
||
| 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