@@ -2,6 +2,6 @@ |
||
2 | 2 | |
3 | 3 | // @codeCoverageIgnoreStart |
4 | 4 | if (!function_exists('React\Stream\fread')) { |
5 | - require __DIR__ . '/react-stream.php'; |
|
5 | + require __DIR__.'/react-stream.php'; |
|
6 | 6 | } |
7 | 7 | // @codeCoverageIgnoreEnd |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace WyriHaximus\React\Inspector\F42; |
4 | 4 |