Oleksii Zamaldinov
Oleksii Zamaldinov
And also one more bug founded here. While there is no fix yet, I tried to move all the comments to property description attribute parameter, and found that `property` property...
@DerManoMann don't know exactly how it works, but should you manually update packagist, or it will be updated later by itself?
@DerManoMann Updated from version 4.5.1 to 4.7.2, I got: - Enum fields now takes keys instead of values (I think its a bit weird) - Bug below: ```php #[Schema()] class...
@DerManoMann please, reopen this issue, because there is still bug with description, that I've mentioned above.
Unfortunately I was failed to create fully isolated project, but the problem could be reproduced just with one model. ```php
@rasmuscnielsen Thanks for your PR. For my case that fixed. But got one more (probably new one) ```php #[Schema()] class NameValue { public function __construct( /** * Property name. *...