Skip to content

Commit

Permalink
MNT Fix lint failure in test (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Sep 30, 2024
1 parent 810dfb7 commit f91a0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Schema/AbstractTypeRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function provideRebuildOnMissing(): array

private function getInstance()
{
$registry = new Class extends AbstractTypeRegistry
$registry = new class extends AbstractTypeRegistry
{
protected static function getSourceDirectory(): string
{
Expand Down

0 comments on commit f91a0a2

Please sign in to comment.