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: replace deprecated stream_for() with Utils::streamFor()
- Replace deprecated GuzzleHttp\Psr7\stream_for() function with Utils::streamFor()
- Update import statement from function import to class import
- Add tests for getBody() and withBody() methods to ensure proper StreamInterface handling
Fixes deprecation warning in src/Adapter/Psr7/Response.php:11,50
0 commit comments