Completed
Push — Recipes ( c1a0bd...9ec83f )
by Laurent
24:17
created
src/AppBundle/Controller/AbstractController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@
 block discarded – undo
235 235
      * @param string                                    $entityName  Name of Entity
236 236
      * @param string                                    $prefixRoute Prefix of Route
237 237
      *
238
-     * @return array
238
+     * @return \Symfony\Component\HttpFoundation\RedirectResponse
239 239
      */
240 240
     public function abstractDeleteWithArticlesAction($entity, Request $request, $entityName, $prefixRoute)
241 241
     {
Please login to merge, or discard this patch.