| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | readonly class ClientReadNoteAmountFinderRepository |
||
| 8 | { |
||
| 9 | 4 | public function __construct( |
|
| 12 | 4 | } |
|
| 13 | |||
| 14 | /** |
||
| 15 | * Find the amount of notes without counting the main note. |
||
| 16 | * |
||
| 17 | * @param int $clientId |
||
| 18 | * |
||
| 19 | * @return int |
||
| 20 | */ |
||
| 21 | 3 | public function findClientNotesAmount(int $clientId): int |
|
| 40 |
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