Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class Jwt |
||
8 | { |
||
9 | /** |
||
10 | * @param array $values |
||
11 | * @param string $token |
||
12 | * @return string |
||
13 | * encode an array in jwt |
||
14 | */ |
||
15 | public function encode(array $values, string $token) |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * @param string $encoded_json |
||
22 | * @param string $token |
||
23 | * @return bool|object |
||
24 | * encode a jwt in array |
||
25 | */ |
||
26 | public function decode(string $encoded_json, string $token) |
||
37 |
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