Completed
Push — master ( 90b7d3...d8fc1c )
by olivier
14s
created
src/Badger/Bundle/GameBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
             'badge' => $badge
116 116
         ]);
117 117
 
118
-        $isUnlocked = array_filter($unlockedBadges, function ($unlock) use ($user) {
118
+        $isUnlocked = array_filter($unlockedBadges, function($unlock) use ($user) {
119 119
             return $unlock->getUser()->getId() === $user->getId();
120 120
         });
121 121
 
Please login to merge, or discard this patch.