Arkadiusz Kondas

Results 24 issues of Arkadiusz Kondas

This is problem, when collaborator is used not only in `Subject` or `Collaborator`, for example: ```php public function it_should_be_nice_spec(Client $client): void { $this->doSomethingMore($client); $this->make($client)->shouldReturn('magic'); } private function doSomethingMore(Client $client): void...

Change Log Added Fixed Changed upgrade phpstan and extension to stable version Removed Deprecated Security Description

I want to raise phpstan level (6 and then max maybe) and there is a lot of code to change which will not bring much value since PHP 8 has...