Skip to content

3.3.5

Compare
Choose a tag to compare
@lucatume lucatume released this 01 Sep 08:49
· 6 commits to master since this release

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).