Alex Lisenkov
Alex Lisenkov
Suggestion to add an attribute to ensure an instance has a class attribute. ```php class ExpectsAttribute { public function __construct( #[ExpectedAttribute(CustomAttribute::class)] object $instance, ) { $this->instance = $instance; } }...
Validating fields with validExistence set to false creates an exception when calling the getValidator method. `"Argument 1 passed to App\\JsonApi\\Hydrator\\JobPosition\\AbstractJobPositionHydrator::getValidator() must be of the type string, null given, called in...
Hello maintainers, I've been working on a symfony bundle that enables localization and tagging matchers in symfony. How do you feel about referencing https://github.com/createnl/zxcvbn-bundle in the readme for people that...