Recent posts with #phpstan

Hi if you know #phpstan I need to ask you something.

I'm trying to introduce it on a project that runs github.com/roblesterjr04/EloquentSalesForce and because of a issue I have to get the first element of a query with ->get()->first() so basically performing an inefficient action on the collection.

Now running phpstan level 0 I get the error " Called 'first' on Laravel collection, but could have been retrieved as a query" everywhere. Is it possible to disable only that rule?

2

152

Improve your Laravel code,

Declaring @var @return annotations will improve IDE autocompletions. and get more clear idea what keys used.

If you have an array then you can use this.

#PHPStan

image

211