@@ -25,7 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | uasort( |
| 27 | 27 | $taggedServices, |
| 28 | - function ($a, $b) { |
|
| 28 | + function($a, $b) { |
|
| 29 | 29 | return $a[0]['priority'] > $b[0]['priority']; |
| 30 | 30 | } |
| 31 | 31 | ); |