Completed
Pull Request — master (#165)
by olivier
01:56
created
src/Badger/Bundle/GameBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
         $date = new \DateTime();
26 26
 
27 27
         // Put default tag first
28
-        usort($userTags, function ($a, $b) {
28
+        usort($userTags, function($a, $b) {
29 29
             if ($a->isDefault()) {
30 30
                 return -1;
31 31
             } elseif ($b->isDefault()) {
Please login to merge, or discard this patch.