| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | class Row extends \Bluz\Db\Row |
||
|
|
|||
| 25 | { |
||
| 26 | /** |
||
| 27 | * beforeSave |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function beforeSave(): void |
||
| 32 | { |
||
| 33 | $this->params = serialize($this->params); |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * Return params of token |
||
| 38 | * |
||
| 39 | * @return array |
||
| 40 | */ |
||
| 41 | public function getParams(): array |
||
| 44 | } |
||
| 45 | } |
||
| 46 |
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