hollodotme / fast-cgi-client

A PHP fast CGI client for sending requests (a)synchronously to PHP-FPM
Other
551 stars 34 forks source link

Phpstan fixes #74

Open sanderdlm opened 1 year ago

sanderdlm commented 1 year ago

Running PHPStan, I noticed a couple of bugs that I missed in the previous PRs for 4.x. Mostly newWithRequestContent still being used, and wrong AbstractRequest constructor usage (still passing strings).