Completed
Push — master ( 6d226f...cc9b98 )
by Louis
182:05 queued 126:54
created
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.
back/src/KI/PonthubBundle/Entity/PonthubFile.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -410,9 +410,9 @@
 block discarded – undo
410 410
         return $this->users = $users;
411 411
     }
412 412
 
413
-     /**
414
-     * @JMS\Expose
415
-     */
413
+        /**
414
+         * @JMS\Expose
415
+         */
416 416
     protected $downloaded = false;
417 417
 
418 418
     public function hasBeenDownloaded()
Please login to merge, or discard this patch.
back/src/KI/UserBundle/Command/PhotoUpdateCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -94,13 +94,13 @@
 block discarded – undo
94 94
             }
95 95
         }
96 96
         $output->writeln(
97
-          ['End of list',
98
-          '',
99
-          'Students in promo '.$input->getArgument('promo').': '.count($users),
100
-          'Missing photos in promo: '.($updateCount+$unfoundCount),
101
-          'Imported missing photos :'.$updateCount,
102
-          'Remaining missing photos (unfound Facebook profiles): '.$unfoundCount
103
-          ]);
97
+            ['End of list',
98
+            '',
99
+            'Students in promo '.$input->getArgument('promo').': '.count($users),
100
+            'Missing photos in promo: '.($updateCount+$unfoundCount),
101
+            'Imported missing photos :'.$updateCount,
102
+            'Remaining missing photos (unfound Facebook profiles): '.$unfoundCount
103
+            ]);
104 104
     }
105 105
 
106 106
     // Compare un User uPont et un utilisateur Facebook et essaye de deviner si
Please login to merge, or discard this patch.