@@ -14,7 +14,7 @@ |
||
14 | 14 | class ApplicationType extends DERTaggedType |
15 | 15 | { |
16 | 16 | protected static function _decodeFromDER(Identifier $identifier, string $data, |
17 | - int &$offset): ElementBase |
|
17 | + int & $offset): ElementBase |
|
18 | 18 | { |
19 | 19 | $idx = $offset; |
20 | 20 | $type = new self($identifier, $data, $idx); |