| Total Complexity | 8 |
| Total Lines | 55 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 29 | class Row extends \Bluz\Db\Row |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * @return void |
||
| 33 | */ |
||
| 34 | public function beforeInsert(): void |
||
| 35 | { |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return void |
||
| 40 | */ |
||
| 41 | public function beforeUpdate(): void |
||
| 42 | { |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * getUser |
||
| 47 | * |
||
| 48 | * @return \Application\Users\Row|null |
||
| 49 | * @throws RelationNotFoundException |
||
| 50 | * @throws TableNotFoundException |
||
| 51 | */ |
||
| 52 | public function getUser(): ?\Application\Users\Row |
||
| 55 | } |
||
| 56 | |||
| 57 | /** |
||
| 58 | * Get amount as string |
||
| 59 | * |
||
| 60 | * @return string |
||
| 61 | */ |
||
| 62 | public function getAmountString(): string |
||
| 86 |
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