X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f45b3fa3f243de8894c03d8c9377157d01092c8c..bda330a87d7e6de044d4a47e61ded8c4a49fe61e:/test/php/Nominatim/SearchContextTest.php diff --git a/test/php/Nominatim/SearchContextTest.php b/test/php/Nominatim/SearchContextTest.php index 166e6433..2b575a16 100644 --- a/test/php/Nominatim/SearchContextTest.php +++ b/test/php/Nominatim/SearchContextTest.php @@ -9,7 +9,7 @@ class SearchContextTest extends \PHPUnit\Framework\TestCase private $oCtx; - protected function setUp() + protected function setUp(): void { $this->oCtx = new SearchContext(); }