Skip to content

EntityManager methods flush(), remove(), persist() and addEventListener() should return void.

Compare
Choose a tag to compare
@janbarasek janbarasek released this 07 Jul 12:12
· 69 commits to master since this release
2732032
EntityManager: Add phpstan-return void typehint (compatibility with D…

…octrine 3). (#23)

* EntityManager: Add phpstan-return void typehint (compatibility with Doctrine 3).

* phpstan.neon: Add ignore error return typehints.

* phpstan.neon: Fix ignored error definition.