Completed
Push — master ( 0f7259...b1f033 )
by Philip
02:05
created
src/WebBundle/Command/GitkiUsersCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
      * @param InputInterface  $input
49 49
      * @param OutputInterface $output
50 50
      *
51
-     * @return mixed
51
+     * @return User
52 52
      */
53 53
     protected function createUser(
54 54
         InputInterface $input,
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
     }
280 280
 
281 281
     /**
282
-     * @return User[]
282
+     * @return \Traversable
283 283
      */
284 284
     protected function findUsers()
285 285
     {
Please login to merge, or discard this patch.