Addition of gzip feature #568
Open
Codacy Production / Codacy Static Code Analysis
required action
Oct 2, 2025 in 0s
3 new security issues (0 max.).
Here is an overview of what got changed by this pull request:
Issues
======
- Added 3
Complexity increasing per file
==============================
- src/Config/AbstractConfig.php 4
- tests/Unit/RequestTestCase.php 4
- src/RetryStrategy/ApiWrapper.php 2
- src/Compressors/GzipCompressor.php 1
- src/Compressors/NullCompressor.php 1
- src/Compressors/Compressor.php 1
- src/Compressors/CompressorFactory.php 3
See the complete overview on Codacy
Annotations
Check warning on line 14 in src/Compressors/GzipCompressor.php
codacy-production / Codacy Static Code Analysis
src/Compressors/GzipCompressor.php#L14
The use of function gzencode() is discouraged
Check warning on line 39 in tests/Unit/RequestTestCase.php
codacy-production / Codacy Static Code Analysis
tests/Unit/RequestTestCase.php#L39
The use of function gzdecode() is discouraged
Check warning on line 57 in tests/Unit/RequestTestCase.php
codacy-production / Codacy Static Code Analysis
tests/Unit/RequestTestCase.php#L57
The use of function gzdecode() is discouraged
Loading