You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>