Skip to content

Commit 74ceb4c

Browse files
author
arcfieldOSS
committed
Merge remote-tracking branch 'upstream/final' into final
# Conflicts: # phpfastcache/3.0.0/abstract.php # phpfastcache/3.0.0/drivers/files.php
2 parents 7dec5ff + 1f20474 commit 74ceb4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpfastcache/3.0.0/abstract.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ protected function readfile($file) {
281281

282282
}
283283
if (flock($file_handle, LOCK_SH | LOCK_NB)) {
284-
while (!feof($file_handle)) {
285-
$line = fgets($file_handle);
286-
$string .= $line;
287-
}
284+
while (!feof($file_handle)) {
285+
$line = fgets($file_handle);
286+
$string .= $line;
287+
}
288288
} else {
289289
throw new Exception("Can't Read File",96);
290290
}

0 commit comments

Comments
 (0)