Completed
Push — master ( 954bab...484894 )
by Guillaume
02:44
created
src/Starkerxp/StructureBundle/Controller/StructureController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * @return string
111 111
      */
112 112
     protected function translate($id, $domain = null, array $parameters = []){
113
-       return $this->get('translator')->trans($id, $parameters, $domain);
113
+        return $this->get('translator')->trans($id, $parameters, $domain);
114 114
     }
115 115
 
116 116
     /**
Please login to merge, or discard this patch.
src/Starkerxp/StructureBundle/Command/TestCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     protected function execute(InputInterface $input, OutputInterface $output)
28 28
     {
29 29
         $metadata = $this->getContainer()->get('doctrine.orm.entity_manager')->getClassMetadata("StarkerxpCampagneBundle:Template2")
30
-           ;
30
+            ;
31 31
         dump($metadata);
32 32
 
33 33
     }
Please login to merge, or discard this patch.