| Total Complexity | 4 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | class Row extends \Bluz\Db\Row |
||
| 32 | { |
||
| 33 | /** |
||
| 34 | * @return void |
||
| 35 | */ |
||
| 36 | public function beforeInsert(): void |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @return void |
||
| 42 | */ |
||
| 43 | public function beforeUpdate(): void |
||
| 45 | } |
||
| 46 | |||
| 47 | /** |
||
| 48 | * getTransaction |
||
| 49 | * |
||
| 50 | * @return Transactions\Row|null |
||
| 51 | * @throws \Bluz\Db\Exception\RelationNotFoundException |
||
| 52 | * @throws \Bluz\Db\Exception\TableNotFoundException |
||
| 53 | */ |
||
| 54 | public function getTransaction(): ?Transactions\Row |
||
| 55 | { |
||
| 56 | return $this->getRelation('Transactions'); |
||
| 57 | } |
||
| 58 | |||
| 59 | /** |
||
| 60 | * getTransaction |
||
| 61 | * |
||
| 62 | * @return Transactions\Row|null |
||
| 63 | * @throws \Bluz\Db\Exception\RelationNotFoundException |
||
| 64 | * @throws \Bluz\Db\Exception\TableNotFoundException |
||
| 65 | */ |
||
| 66 | public function getUser(): ?Users\Row |
||
| 69 | } |
||
| 70 | } |
||
| 71 |
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