Nico Hiort af Ornäs

Results 46 comments of Nico Hiort af Ornäs

I would like to also see this feature.

+1 for example with VichUploaderBundle :)

Seems like this call in Symfony client is causing the error for me: https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php#L143

You can wrap the method call in an `if` condition that phpstan might think will sometimes be false (even tho during test execution it would never be), e.g.: ```php if...

I'm having a very similar issue. Using latest version of php-vcr (1.5.1): ```yaml - request: method: POST url: 'https://www.example.com/dummy' headers: Host: www.example.com Content-Type: 'text/xml; charset=utf-8;' SOAPAction: '' body: "\n...\n" response:...

Also getting the same error. Problems with a bmp file.

I'm also using master branch without any issues so far.

I believe I got it working by modifying the `psalm.xml` file manually: ``` ... ... ```