Completed
Push — master ( fdad86...4add92 )
by Alessandro
08:39
created
src/Paraunit/Process/ProcessFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      */
41 41
     public function createProcess($testFilePath)
42 42
     {
43
-        if (! $this->phpunitConfig instanceof PHPUnitConfig) {
43
+        if ( ! $this->phpunitConfig instanceof PHPUnitConfig) {
44 44
             throw new InvalidConfigurationException('PHPUnit config missing');
45 45
         }
46 46
 
Please login to merge, or discard this patch.