Skip to content

Adds work in progress concerning gzip/null compressors

a38eae2
Select commit
Loading
Failed to load commit list.
Open

Addition of gzip feature #568

Adds work in progress concerning gzip/null compressors
a38eae2
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Oct 2, 2025 in 0s

3 new security issues (0 max.).

Codacy 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tests/Unit/RequestTestCase.php#L57

The use of function gzdecode() is discouraged