mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +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
|
|
@ -11,5 +11,5 @@ use Respect\Validation\Validator;
|
|||
|
||||
test('Scenario', catchMessage(
|
||||
fn() => Validator::callback('is_int')->setTemplate('{{name}} is not tasty')->assert('something'),
|
||||
fn(string $message) => expect($message)->toBe('"something" is not tasty')
|
||||
fn(string $message) => expect($message)->toBe('"something" is not tasty'),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue