Bump respect/coding-standard from 4 to 5

This commit is contained in:
Henrique Moody 2025-12-17 06:06:08 +01:00
commit cfeb01e89e
No known key found for this signature in database
GPG key ID: 221E9281655813A6
355 changed files with 1579 additions and 1879 deletions

View file

@ -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),
));