Skip to content

0.9.2

Compare
Choose a tag to compare
@dereuromark dereuromark released this 05 Sep 23:38
· 912 commits to master since this release

Enhancements

Static method call annotations

Added meta file generation for PHPStorm that allows static factory method calls to be typehinted.
For now mainly TableRegistry::get(...) calls are supported out of the box.

You can also easily add your own custom tasks to be used for the generation of this file.