-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Symfony version(s) affected
5.4.0
Description
On a just created Sylius project, when I run the command symfony console debug:validator 'App\Entity\Order\Order'
only 2 constraints have been found.
The XML configuration file contains some other property and class constraints
How to reproduce
composer create-project sylius/sylius-standard acme
cd acme
php bin/console debug:validator 'App\Entity\Order\Order'
Possible Solution
No response
Additional Context
No response