Completed
Push — master ( bca4ca...d8122a )
by Quentin
03:52
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.
src/Synapse/Cmf/Framework/Engine/Engine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     /**
91 91
      * Returns current activated theme.
92 92
      *
93
-     * @return ThemeInterface
93
+     * @return Theme
94 94
      */
95 95
     public function getCurrentTheme()
96 96
     {
Please login to merge, or discard this patch.