Completed
Pull Request — master (#20)
by
unknown
05:16
created
src/LogEnvelope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         }
154 154
         $file->seek($index);
155 155
         
156
-        if($file->eof()) {
156
+        if ($file->eof()) {
157 157
             return [false, false];
158 158
         }
159 159
 
Please login to merge, or discard this patch.