Commit fe3089f
fix(tests): drop deprecated curl_close() call
curl_close() is a no-op since PHP 8.0 and is deprecated in PHP 8.5, so the
Generic.PHP.DeprecatedFunctions sniff flags it via reflection and fails
`make cs` on the 8.5 CI matrix. The CurlHandle is freed automatically when
$ch goes out of scope.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5c3bff2 commit fe3089f
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
0 commit comments