Completed
Push — master ( 096baa...85634b )
by Louis
26s queued 13s
created
back/src/KI/PonthubBundle/Entity/PonthubFile.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -408,9 +408,9 @@
 block discarded – undo
408 408
         return $this->users = $users;
409 409
     }
410 410
 
411
-     /**
412
-     * @JMS\Expose
413
-     */
411
+        /**
412
+         * @JMS\Expose
413
+         */
414 414
     protected $downloaded = false;
415 415
 
416 416
     public function hasBeenDownloadedBy(\KI\UserBundle\Entity\User $user)
Please login to merge, or discard this patch.
back/src/KI/UserBundle/Repository/UserRepository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
      */
18 18
     public function findFollowedEvents($userId, $limit = null, $page = null)
19 19
     {
20
-         $query = $this->getEntityManager()->createQuery('SELECT event FROM
20
+            $query = $this->getEntityManager()->createQuery('SELECT event FROM
21 21
             KIPublicationBundle:Event event,
22 22
             KIUserBundle:Club club,
23 23
             KIUserBundle:User user
Please login to merge, or discard this patch.