server/search: rename order: to sort:

This commit is contained in:
rr-
2016-04-22 19:37:58 +02:00
parent 14059de1d7
commit a30886cc70
13 changed files with 117 additions and 117 deletions

View File

@ -1,5 +1,6 @@
[basic]
method-rgx=[a-z_][a-z0-9_]{2,30}$|^test_
function-rgx=^_?[a-z_][a-z0-9_]{2,}$|^test_
method-rgx=^[a-z_][a-z0-9_]{2,}$|^test_
[variables]
dummy-variables-rgx=_|dummy