change helpers to follow psr4

This commit is contained in:
2024-03-02 11:37:21 +03:30
parent 908c6c8024
commit 077732095a
2 changed files with 3 additions and 3 deletions

View File

@@ -17,6 +17,6 @@ class NominatimTest extends TestCase
{
$wayId = (new NominatimService())->get_way_id_from_nominatim();
$this->assertEquals($wayId, 0);
$this->assertEquals(0, $wayId);
}
}