Completed
Pull Request — master (#14)
by
unknown
02:09
created
Tests/Serializer/Metadata/Driver/AnnotationDriverTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     protected function setUp()
33 33
     {
34
-       static::bootKernel();
34
+        static::bootKernel();
35 35
 
36 36
         $this->container = static::$kernel->getContainer();
37 37
         $this->serializer = $this->container->get('jms_serializer');
Please login to merge, or discard this patch.