Completed
Pull Request — master (#10)
by Witold
07:34
created
test/ContainerFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     public function setUp() : void
22 22
     {
23
-        $this->tempFilename = tempnam(sys_get_temp_dir(), str_replace('\\', '_', __CLASS__) . '_');
23
+        $this->tempFilename = tempnam(sys_get_temp_dir(), str_replace('\\', '_', __CLASS__).'_');
24 24
     }
25 25
 
26 26
     public function tearDown() : void
Please login to merge, or discard this patch.