nextras / orm

Orm with clean object design, smart relationship loading and powerful collections.
https://nextras.org/orm
MIT License
310 stars 59 forks source link

Use PhpDocParser for property parsing #680

Closed hrach closed 1 month ago

hrach commented 1 month ago

This is the first part for #521: adoption of PHPStan's PhpDocParser. For 5.0 I do not plan to introduce any more parsing features, but this should at least provide some validation consistency.

New behavior:

hrach commented 1 month ago

cc @mabar