Completed
Pull Request — master (#114)
by Harrison
07:56
created
tests/functional/PetStore/app/TestKernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace KleijnWeb\SwaggerBundle\Tests\Functional\PetStore\app;
4 4
 
@@ -31,6 +31,6 @@  discard block
 block discarded – undo
31 31
      */
32 32
     public function registerContainerConfiguration(LoaderInterface $loader)
33 33
     {
34
-        $loader->load(__DIR__ . '/config_' . $this->getEnvironment() . '.yml');
34
+        $loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml');
35 35
     }
36 36
 }
Please login to merge, or discard this patch.