From db82ae174ee0d69ac5eb2d22a1cd15eff0d4c770 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 27 Sep 2024 11:03:06 +1200 Subject: [PATCH] MNT Fix lint failure in test --- tests/Schema/AbstractTypeRegistryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Schema/AbstractTypeRegistryTest.php b/tests/Schema/AbstractTypeRegistryTest.php index 8fca02d4..ba1fce86 100644 --- a/tests/Schema/AbstractTypeRegistryTest.php +++ b/tests/Schema/AbstractTypeRegistryTest.php @@ -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 {