Skip to content

Commit cda166c

Browse files
authored
GZ and ZLIB compression methods marked as deprecated (#173)
1 parent 3eec531 commit cda166c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Component/Encryption/Compression/GZip.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
namespace Jose\Component\Encryption\Compression;
1515

16+
/**
17+
* @deprecated This compression method is deprecated in 1.3 and will be removed in 2.0
18+
*/
1619
final class GZip implements CompressionMethod
1720
{
1821
/**

src/Component/Encryption/Compression/ZLib.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
namespace Jose\Component\Encryption\Compression;
1515

16+
/**
17+
* @deprecated This compression method is deprecated in 1.3 and will be removed in 2.0
18+
*/
1619
final class ZLib implements CompressionMethod
1720
{
1821
/**

0 commit comments

Comments
 (0)