mirror of
https://github.com/Respect/Validation.git
synced 2026-03-18 08:09:51 +01:00
Bump respect/coding-standard from 4 to 5
This commit is contained in:
parent
7f66bcea10
commit
cfeb01e89e
355 changed files with 1579 additions and 1879 deletions
|
|
@ -16,11 +16,11 @@ use Respect\Validation\Message\Translator\DummyTranslator;
|
|||
|
||||
final class ValidatorDefaults
|
||||
{
|
||||
private static ?Factory $factory = null;
|
||||
private static Factory|null $factory = null;
|
||||
|
||||
private static ?Formatter $formatter = null;
|
||||
private static Formatter|null $formatter = null;
|
||||
|
||||
private static ?Translator $translator = null;
|
||||
private static Translator|null $translator = null;
|
||||
|
||||
/** @var array<string> */
|
||||
private static array $ignoredBacktracePaths = [__DIR__ . '/Validator.php'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue