Total Complexity | 1 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
5 | class TranslationHasBeenSet |
||
6 | { |
||
7 | /** |
||
8 | * @var \Translation\Translatable |
||
|
|||
9 | */ |
||
10 | public $model; |
||
11 | |||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | public $key; |
||
16 | |||
17 | /** |
||
18 | * @var string |
||
19 | */ |
||
20 | public $locale; |
||
21 | |||
22 | public $oldValue; |
||
23 | public $newValue; |
||
24 | |||
25 | public function __construct($model, string $key, string $locale, $oldValue, $newValue) |
||
35 | } |
||
36 | } |
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