mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Adjust style
This commit is contained in:
@ -16,7 +16,6 @@ final class NullClosure
|
||||
*/
|
||||
public static function create(): Closure
|
||||
{
|
||||
return Closure::fromCallable(function (): void {
|
||||
});
|
||||
return Closure::fromCallable(function (): void {});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user