gitomato
gitomato
Hello, I'm not sure where to post this issue. This repository has a dependency on [symplify/rule-doc-generator-contracts](https://github.com/symplify/rule-doc-generator-contracts), but that repository is a readonly subset of the [archived Symplify monorepo](https://github.com/deprecated-packages/symplify). There is...
The "Other Constraints" category is very useful, I regularly find myself checking out each of them to find the best fit. As a user of DBAL only, the Doctrine constraints...
In the documentation for validator constraints, for example [NotBlank](https://symfony.com/doc/current/reference/constraints/NotBlank.html#basic-usage), constraints are aliased as Assert. ```php use Symfony\Component\Validator\Constraints as Assert; #[Assert\NotBlank] ... ``` I don't really see benefits in this alias,...