]> git.openstreetmap.org Git - nominatim.git/blob - lib-php/DebugNone.php
Merge pull request #2280 from AntoJvlt/Fix-special-phrases-import-and-tests-cleaning
[nominatim.git] / lib-php / DebugNone.php
1 <?php
2
3 namespace Nominatim;
4
5 class Debug
6 {
7     public static function __callStatic($name, $arguments)
8     {
9         // nothing
10     }
11 }