gregor-tb

Results 11 comments of gregor-tb

Similar issue here using the variable in a closure. Also toggles with _Treat PHPDoc types as certain_ option. https://phpstan.org/r/41545b41-043e-4ee6-acc5-87efebf87c26

Hmm I have to ignore the error then, because php storm inspection is reporting > @var tag specifies the type already inferred from source code

I don't know whats your PHP target version here, but the Transformer could benefit from generators (http://php.net/manual/en/language.generators.overview.php). It seems very memory intensive to create the complete array at once.

OK forcing UTC will not help here, because the issue is in the translation files: > return date('j. ', $params['date']) . $months[date('n', $params['date']) - 1] . date(', Y', $params['date']); this...

Hi, thank you for your feedback! Example in my scenario is: > ```php > use Doctrine\Common\EventSubscriber; > use Doctrine\DBAL\Event\ConnectionEventArgs; > use Doctrine\DBAL\Events; > use Doctrine\DBAL\Tools\Console\ConnectionProvider; > > require 'vendor/autoload.php'; >...

I noticed this issue when running our own phpstan job simultaneously. Maybe they share some temp files, or it is just out of memory, phpstan requires a lot sometimes. For...

Sorry for late answer, no the issue is still present in 3.x branch. We made a patch on our side to replace `instanceof Types\DecimalType` with an interface (DecimalTypeInterface), which we...

Thanks for your reply. Yes, everything is correct. I have to move all workspaces as described every login from suspend now. Let me know, if I can provide you more...

``` $ xrandr Screen 0: minimum 320 x 200, current 4480 x 1080, maximum 16384 x 16384 eDP connected 1920x1080+2560+0 (normal left inverted right x axis y axis) 309mm x...