Zach Borboa
|
7e724dc9b8
|
Remove calls to deprecated functions (#1005)
* Fix phpcs warning
FILE: ./src/Curl/Curl.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
239 | WARNING | Function curl_close() is deprecated since PHP 8.5
| | (PHPCompatibility.FunctionUse.RemovedFunctions.curl_closeDeprecated)
-----------------------------------------------------------------------------------------------------------------
* Fix phpcs warning
FILE: ./tests/Helper.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
126 | WARNING | Function finfo_close() is deprecated since PHP 8.5
| | (PHPCompatibility.FunctionUse.RemovedFunctions.finfo_closeDeprecated)
-----------------------------------------------------------------------------------------------------------------
* Fix psalm error
ERROR: UnusedBaselineEntry - ../src/Curl/Curl.php:0:0 - Baseline for
issue "PossiblyInvalidArgument" has 1 extra entry. (see
https://psalm.dev/316)
|
2025-11-01 23:48:41 -04:00 |
|
Zach Borboa
|
63bddcd230
|
Drop support for PHP 7.0 (#880)
|
2024-08-17 09:15:46 -04:00 |
|
Zach Borboa
|
cd924d10c3
|
Update PHP_CodeSniffer ruleset: PSR2 → PSR12
|
2023-06-30 01:23:37 -07:00 |
|
Zach Borboa
|
c6256e31b3
|
Remove coding standard ruleset exclusion
|
2023-02-26 12:07:58 -08:00 |
|
Zach Borboa
|
4ed7644250
|
Update tests to work with PHPUnit 10
|
2023-02-17 19:31:41 -08:00 |
|