Completed
Push — master ( fc7743...6ad0d8 )
by Nazar
04:33
created
core/drivers/Cache/FileSystem.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 				(bool)file_put_contents($random, _json_encode($data), LOCK_EX | FILE_BINARY) &&
63 63
 				rename($random, $path_in_filesystem);
64 64
 		}
65
-		trigger_error("File $path_in_filesystem not available for writing", E_USER_WARNING);
65
+		trigger_error("file $path_in_filesystem not available for writing", E_USER_WARNING);
66 66
 		return false;
67 67
 	}
68 68
 	/**
Please login to merge, or discard this patch.