Completed
Pull Request — master (#692)
by
unknown
37s
created
src/Gaufrette/Stream.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      *
27 27
      * @param int $count The number of bytes
28 28
      */
29
-    public function read(int $count): string|bool;
29
+    public function read(int $count): string | bool;
30 30
 
31 31
     /**
32 32
      * Writes the specified data.
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      *
80 80
      * @return array<string, mixed>|false
81 81
      */
82
-    public function stat(): array|bool;
82
+    public function stat(): array | bool;
83 83
 
84 84
     /**
85 85
      * Retrieve the underlying resource.
Please login to merge, or discard this patch.