mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
chore: 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