Add method to get compiler to stop crying

This commit is contained in:
2024-09-26 10:17:30 +01:00
parent dd2f8a76d6
commit 35d5c324e2

View File

@@ -94,6 +94,11 @@ final class GeocodeTraitTest extends TestCase
return new class implements GeocodeInterface return new class implements GeocodeInterface
{ {
use GeocodeTrait; use GeocodeTrait;
public function getGeocodeData(): string
{
return '';
}
}; };
} }
} }