We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eec531 commit cda166cCopy full SHA for cda166c
src/Component/Encryption/Compression/GZip.php
@@ -13,6 +13,9 @@
13
14
namespace Jose\Component\Encryption\Compression;
15
16
+/**
17
+ * @deprecated This compression method is deprecated in 1.3 and will be removed in 2.0
18
+ */
19
final class GZip implements CompressionMethod
20
{
21
/**
src/Component/Encryption/Compression/ZLib.php
final class ZLib implements CompressionMethod
0 commit comments