Completed
Push — master ( 6421ea...db0bc7 )
by
unknown
10s
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('serializer');
Please login to merge, or discard this patch.