Passed
Pull Request — develop (#93)
by BENARD
05:59
created
src/File/Picture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
285 285
     }
286 286
 
287 287
 
288
-    public function getStream($type): bool|string
288
+    public function getStream($type): bool | string
289 289
     {
290 290
         $method = $this->getGererateMethod($type);
291 291
         ob_start();
Please login to merge, or discard this patch.