| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class CompressionAlgorithmParameter extends JWTParameter |
||
| 15 | { |
||
| 16 | use StringParameterValue; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Constructor. |
||
| 20 | */ |
||
| 21 | 9 | public function __construct(string $algo) |
|
| 24 | 9 | } |
|
| 25 | |||
| 26 | /** |
||
| 27 | * Initialize from CompressionAlgorithmParameterValue. |
||
| 28 | * |
||
| 29 | * @return self |
||
| 30 | */ |
||
| 31 | 4 | public static function fromAlgorithm( |
|
| 37 |