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
disallows throwing checked exceptions in Closures and First class callables as those just return callback which can be called any time (thus cannot be tracked by phpstan)
allows configuration of functions/methods where some callable argument is immediatelly called, then any checked exception in such callable is property tracked!
this is a must if you use something like EntityManager::transactional
Dependencies
phpstan/phpstan now requires at least 1.10.30 (was 1.10.0, see #137)