@@ -24,7 +24,7 @@ |
||
| 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'], |