Skip to content

Releases: Recras/doctrine1

1.5.1: Merge pull request #39 from Recras/migration-table-creation

30 Nov 08:42
c14c57b
Compare
Choose a tag to compare
Don't try to automagically create migration table all the time

v1.5.0

14 Aug 14:13
1687090
Compare
Choose a tag to compare

More typehints, more deprecations, some code pruning 💪

1.4.0: Merge pull request #32 from Recras/add-template-annotations-to-query

11 May 09:53
9bb9c0c
Compare
Choose a tag to compare

Add template information on Doctrine_Query, so phpstan can infer which types will be returned by the (new fetchRecords()-style of functions. The existing execute()-style functions are also marked as deprecated.

PHPstan template annotations

23 Apr 12:21
f1f2a98
Compare
Choose a tag to compare
Merge pull request #30 from Recras/phpstan-templates-table-collection

Add phpstan-templates to Doctrine_Table and Doctrine_Collection