mirror of
https://github.com/Respect/Validation.git
synced 2026-03-15 14:55:44 +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
|
|
@ -19,7 +19,7 @@ test('Scenario #1', catchMessage(
|
|||
),
|
||||
),
|
||||
)->assert(2),
|
||||
fn(string $message) => expect($message)->toBe('2 must not be an integer value')
|
||||
fn(string $message) => expect($message)->toBe('2 must not be an integer value'),
|
||||
));
|
||||
|
||||
test('Scenario #2', catchFullMessage(
|
||||
|
|
@ -38,5 +38,5 @@ test('Scenario #2', catchFullMessage(
|
|||
- 2 must pass the rules
|
||||
- 2 must not be an integer value
|
||||
- 2 must not be a positive number
|
||||
FULL_MESSAGE)
|
||||
FULL_MESSAGE),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue