alexandruu
Results
2
issues of
alexandruu
Hy, I have a Form Request with a custom validation rule: `$rules = [ 'input.value' => ['required', new EnumValue(ValueEnum::class, false)], ];` Validation works fine but the message received is ambiguous:...
bug
help wanted
Hello, I have a Symfony 4.4 project with PHP 7.4 and today I've installed slack-bundle (composer require nexylan/slack-bundle php-http/guzzle6-adapter). After the instalation in my console I receive the next error...