Passed
Push — master ( 2047bd...3d4c92 )
by Zaahid
02:42 queued 12s
created
src/PregReplaceFilterStream.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      */
87 87
     private function fillBuffer($length)
88 88
     {
89
-        $fill = (int)max([$length, 8192]);
89
+        $fill = (int) max([$length, 8192]);
90 90
         while ($this->buffer->getSize() < $length) {
91 91
             $read = $this->stream->read($fill);
92 92
             if ($read === false || $read === '') {
Please login to merge, or discard this patch.