Completed
Push — master ( b88100...c1b2a0 )
by Guillaume
02:38
created
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.