Completed
Push — master ( c391fd...ad5ea5 )
by Kirill
02:54
created
src/Chrl/AppBundle/Service/GameService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
 
30
+    /**
31
+     * @return integer
32
+     */
30 33
     public function findGame(array $message)
31 34
     {
32 35
         $game = $this->em->getRepository('AppBundle:Game')->findOneBy(['chatId'=>$message['chat']['id']]);
Please login to merge, or discard this patch.