v2.7.3
版本发布时间: 2017-07-22 16:39:41
doctrine/common最新发布版本:3.4.4(2024-04-16 21:42:00)
This release solves minor issues around error message generation in the PersistentObject
object magic methods, StaticReflectionParser
ability to recognize the ::class
pseudo-constant, and removes calls to deprecated methods in PreUpdateEventArgs
.
Total issues resolved: 5
- 139: generation of error message fails under certain circumstances thanks to @nils-wisiol
- 744: StaticReflectionParser is dumb, assumes Class::class references are class level thanks to @heddn
- 780: Quick-fix to avoid call to deprecated function. thanks to @fridde
- 792: Fix __call exception when no metadata has been set thanks to @ostrolucky
- 806: Fix #744 - Stop overwriting class docblock with '' triggered by ::class thanks to @Sam152