Completed
Push — master ( a6d9e9...0b7153 )
by Quentin
03:57
created
src/Synapse/Cmf/Framework/Theme/Component/Domain/Command/UpdateCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
     /**
20 20
      * Initialisation function.
21 21
      *
22
-     * @param ComponentInterface $zone
23 22
      */
24 23
     public function init(ComponentInterface $component)
25 24
     {
Please login to merge, or discard this patch.
src/Synapse/Admin/Bundle/Controller/ZoneAdminController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @param int     $componentId
20 20
      * @param Request $request
21 21
      *
22
-     * @return Response
22
+     * @return RedirectResponse
23 23
      */
24 24
     public function deleteAction($zoneId, $componentId, Request $request)
25 25
     {
Please login to merge, or discard this patch.