Completed
Pull Request — master (#25)
by
unknown
15:31
created
Controller/UserController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
      * @Template()
318 318
      *
319 319
      * @param User $user
320
-     * @return array
320
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
321 321
      */
322 322
     public function blockAction(User $user)
323 323
     {
@@ -332,7 +332,7 @@  discard block
 block discarded – undo
332 332
      * @Template()
333 333
      *
334 334
      * @param User $user
335
-     * @return array
335
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
336 336
      */
337 337
     public function unblockAction(User $user)
338 338
     {
Please login to merge, or discard this patch.