mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
respect coding guidelines
This commit is contained in:
parent
71e4d965a1
commit
1d0a236563
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue