Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | final class HMAC extends AbstractSigner implements SignatureAlgorithmInterface |
||
|
|||
17 | { |
||
18 | /** @var string */ |
||
19 | protected const DEFAULT_BACKEND = Backend\HMAC::class; |
||
20 | |||
21 | |||
22 | /** |
||
23 | * HMAC constructor. |
||
24 | * |
||
25 | * @param \SimpleSAML\XMLSecurity\Key\SymmetricKey $key The symmetric key to use. |
||
26 | * @param string $algId The identifier of this algorithm. |
||
27 | */ |
||
28 | public function __construct( |
||
34 | } |
||
35 | |||
36 | |||
37 | /** |
||
38 | * @return string[] |
||
39 | */ |
||
40 | public static function getSupportedAlgorithms(): array |
||
45 |
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