You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code hangs phpstan for about 5 minutes. Calling $event->getApplication()->getServiceManager()->get('AnyService') works without any issues. Currently I am using a workaround:
I have few modules which do someting like this:
This code hangs phpstan for about 5 minutes. Calling
$event->getApplication()->getServiceManager()->get('AnyService')
works without any issues. Currently I am using a workaround:Tested on:
PHP 8.0.15
PHPStan 1.4.10
PHPStan Laminas Framework 1.0.0
The text was updated successfully, but these errors were encountered: