mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
Adjust style
This commit is contained in:
@ -4,13 +4,9 @@ use PHPUnit\Framework\ExpectationFailedException;
|
||||
|
||||
$object = new class
|
||||
{
|
||||
public function foo(): void
|
||||
{
|
||||
}
|
||||
public function foo(): void {}
|
||||
|
||||
public function bar(): void
|
||||
{
|
||||
}
|
||||
public function bar(): void {}
|
||||
};
|
||||
|
||||
test('pass', function () use ($object) {
|
||||
|
||||
Reference in New Issue
Block a user