mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
chore: code style changes
This commit is contained in:
@ -106,7 +106,7 @@ final class ServiceMessage
|
||||
]);
|
||||
}
|
||||
|
||||
public static function testIgnored(string $name, string $message, string $details = null): self
|
||||
public static function testIgnored(string $name, string $message, ?string $details = null): self
|
||||
{
|
||||
return new self('testIgnored', [
|
||||
'name' => $name,
|
||||
|
||||
Reference in New Issue
Block a user