Completed
Push — develop ( 33b7cf...e4b4af )
by greg
03:08
created
src/PlaygroundCore/Controller/Frontend/SwitchLocaleController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     * context : (back/front)
13 13
     * referer : retour à la page
14 14
     *
15
-    * @return Redirect $redirect redirect to referer
15
+    * @return \Zend\Http\Response $redirect redirect to referer
16 16
     */
17 17
     public function switchAction()
18 18
     {
Please login to merge, or discard this patch.
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -7,13 +7,13 @@
 block discarded – undo
7 7
 {
8 8
 
9 9
     /**
10
-    * switchAction : permet de switcher de langue en fonction d'un context (back/front)
11
-    * locale : locale pour switch
12
-    * context : (back/front)
13
-    * referer : retour à la page
14
-    *
15
-    * @return Redirect $redirect redirect to referer
16
-    */
10
+     * switchAction : permet de switcher de langue en fonction d'un context (back/front)
11
+     * locale : locale pour switch
12
+     * context : (back/front)
13
+     * referer : retour à la page
14
+     *
15
+     * @return Redirect $redirect redirect to referer
16
+     */
17 17
     public function switchAction()
18 18
     {
19 19
         $lang = $this->getEvent()->getRouteMatch()->getParam('lang');
Please login to merge, or discard this patch.
src/PlaygroundCore/Service/Factory/ControllerPluginShortenUrlFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
     {
16 16
         $serviceLocator = $serviceLocator->getController()->getServiceLocator();
17 17
 
18
-        return new ShortenUrl($serviceLocator );
18
+        return new ShortenUrl($serviceLocator);
19 19
     }
20 20
 }
Please login to merge, or discard this patch.