Passed
Push — master ( 728467...6349cc )
by Petr
07:23
created
php-tests/TraitsTests/ToStringTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     public function filterDataProvider(): array
25 25
     {
26 26
         $stream1 = fopen('php://memory', 'r+');
27
-        fwrite($stream1,'Just for unable read');
27
+        fwrite($stream1, 'Just for unable read');
28 28
         return [
29 29
             [$stream1, 'Just for unable read'],
30 30
             ['there is no string', 'there is no string'],
Please login to merge, or discard this patch.