Conditions | 1 |
Paths | 1 |
Total Lines | 14 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | public function toArray($request): array |
||
14 | { |
||
15 | return [ |
||
16 | 'uuid' => $this->uuid, |
||
17 | 'code' => $this->code, |
||
18 | 'symbol' => $this->symbol, |
||
19 | 'name' => $this->name, |
||
20 | 'decimal_separator' => $this->decimal_separator, |
||
21 | 'thousands_separator' => $this->thousands_separator, |
||
22 | 'space_after_symbol' => $this->space_after_symbol, |
||
23 | 'is_active' => (bool) $this->activated_at, |
||
24 | 'created_at' => $this->created_at?->toDateTimeString(), |
||
25 | 'updated_at' => $this->updated_at?->toDateTimeString(), |
||
26 | 'activated_at' => $this->activated_at?->toDateTimeString(), |
||
27 | ]; |
||
30 |
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