change helpers to follow psr4
This commit is contained in:
@@ -17,6 +17,6 @@ class NominatimTest extends TestCase
|
||||
{
|
||||
$wayId = (new NominatimService())->get_way_id_from_nominatim();
|
||||
|
||||
$this->assertEquals($wayId, 0);
|
||||
$this->assertEquals(0, $wayId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user