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
|
|
@ -16,7 +16,7 @@ use function sprintf;
|
|||
|
||||
final class TestingStringifier implements Stringifier
|
||||
{
|
||||
public function stringify(mixed $raw, int $depth): ?string
|
||||
public function stringify(mixed $raw, int $depth): string|null
|
||||
{
|
||||
return sprintf('<%s:%d>', print_r($raw, true), $depth);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue