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

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