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
If you notice improper DocBlock, PHPStan, or IDE warnings while using Laravel, do not create a GitHub issue. Instead, please submit a pull request to fix the problem. Also see our contribution guide.
Laravel Version
12.0.3
PHP Version
8.4
Database Driver & Version
No response
Description
e6449da
This change added incomplete typehints, HTTP post method accepts null
Http::post($url, null)
Also it accepts object:
Http::post($url, (object)[])
We use this for PayPal integration and PayPal specifically requires to pass null or an empty object for some endpoints.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: