Test Failed
Push — master ( 9507e6...8ad776 )
by Artem
01:32
created
src/Transport/DebugTransport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 
40 40
             var_dump($test);
41 41
 
42
-            if (! $test) {
42
+            if (!$test) {
43 43
                 throw new \RuntimeException('Unable to write data');
44 44
             }
45 45
         } catch (\Exception $exception) {
Please login to merge, or discard this patch.