Skip to content

v5.3.2

Choose a tag to compare

@homersimpsons homersimpsons released this 17 Mar 16:42
· 40 commits to master since this release
8da64b2

Fix:

  • PHP 8.1 Compatibility (readonly is now a reserved keywords) (@totti95 - #269)
    TheCodingMachine\TDBM\Utils\Annotation\ReadOnly => TheCodingMachine\TDBM\Utils\Annotation\ReadOnlyColumn

Improvements:

  • Add toArray return type for *ResultIterator (@totti95 - #269)