Add method to get compiler to stop crying
This commit is contained in:
@@ -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 '';
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user