projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #1412 from lonvia/rewrite-wordset-computation
[nominatim.git]
/
lib
/
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
}