Completed
Pull Request — develop (#1272)
by
unknown
45s
created
src/SWP/Bundle/UserBundle/Controller/ProfileController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,8 @@
 block discarded – undo
65 65
             throw new AccessDeniedException('This user does not have access to this section.');
66 66
         }
67 67
 
68
-        $limit = (int)$request->query->get('limit', 10);
69
-        $page = (int)$request->query->get('page', 1);
68
+        $limit = (int) $request->query->get('limit', 10);
69
+        $page = (int) $request->query->get('page', 1);
70 70
         $profilesQuery = $this->userRepository->createQueryBuilder('u')
71 71
             ->orderBy('u.id', 'ASC')
72 72
             ->getQuery();
Please login to merge, or discard this patch.