style: fixes

This commit is contained in:
Nuno Maduro
2023-04-25 21:32:09 +01:00
parent a5471fd0f4
commit 2e25eb59b8
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ final class TestCaseMethodFactory
$method = $this;
return function () use ($testCase, $method, $closure): mixed { // @phpstan-ignore-line
/* @var TestCase $this */
/* @var TestCase $this */
$testCase->proxies->proxy($this);
$method->proxies->proxy($this);

View File

@ -95,7 +95,7 @@ it('can use the scoped method to lock into the given level for expectations', fu
->attributes()->scoped(fn ($attributes) => $attributes
->name->toBe('Has Methods')
->quantity->toBe(20)
)
)
);
});