3.3.5
3.3.5
Changed
- Added PHPStan generics to multiple classes. IDEs that support them will get autocompletion (.phpstorm.meta.php not required) if a fully-qualified class name is used, e.g.
$instance = $container->get( Test::class );
(thanks @defunctl).