PSR 2 compliance
This commit is contained in:
parent
64da45e676
commit
13f7e63514
5 changed files with 16 additions and 25 deletions
|
|
@ -189,7 +189,8 @@ class NavController extends Controller
|
|||
foreach ($categoriesLabels as $key => $value) {
|
||||
if ($a['categoryId'] === $key) {
|
||||
return -1;
|
||||
} elseif ($b['categoryId'] === $key) {
|
||||
}
|
||||
if ($b['categoryId'] === $key) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue