Skip to content

Add EntityManager stub and typecheck Collection push

Compare
Choose a tag to compare
@weirdan weirdan released this 01 Feb 20:43
· 146 commits to master since this release
d7fa773

Added

  • Collection push: now Psalm will check that you push a good item to the collection with $collection[] = $item
  • EntityManager stub (re-added)

Misc

  • Friendlier test infrastructure with Gherkin scenarios
  • Leaner dist archives