respect coding guidelines

This commit is contained in:
Arthur Schiwon 2014-01-15 14:02:18 +01:00
parent 71e4d965a1
commit 1d0a236563
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ function sortSearchFirst($a, $b) {
if($i === $j) {
return 0;
} else if ($i === 0) {
} elseif ($i === 0) {
return -1;
} else {
return 1;