Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
21 | class CookieTestArgs extends TypedArgs |
||
22 | { |
||
23 | /** |
||
24 | * @var T |
||
|
|||
25 | */ |
||
26 | protected $typed; |
||
27 | |||
28 | /** |
||
29 | * @template K as 'name'|'value'|'secure'|'http'|'same-site' |
||
30 | * |
||
31 | * @param array{name:string, value:string, secure:'0'|'1', http:'0'|'1', same-site:'lax'|'strict'} $args |
||
32 | */ |
||
33 | public function __construct(array $args) |
||
44 | } |
||
45 | |||
46 | /** |
||
47 | * @return 'lax'|'strict' |
||
48 | */ |
||
49 | public function SameSite() : string |
||
59 |
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