Passed
Push — master ( 8ad776...1c534f )
by Artem
01:32
created
src/Transport/DebugTransport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
             $filename = $this->getPath() . '/' . $address->__toString() . '_' . $this->getTimestamp() . '.txt';
37 37
 
38
-            if (! $this->putContents($filename, $text)) {
38
+            if (!$this->putContents($filename, $text)) {
39 39
                 throw new \RuntimeException('Unable to write data');
40 40
             }
41 41
         } catch (\Exception $exception) {
Please login to merge, or discard this patch.