We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53918db commit 6a0e8c0Copy full SHA for 6a0e8c0
src/phpFastCache/Core/Pool/IO/IOHelperTrait.php
@@ -115,7 +115,7 @@ public function getPath($readonly = false): string
115
116
/**
117
* In case there is no directory
118
- * writable including tye temporary
+ * writable including the temporary
119
* one, we must throw an exception
120
*/
121
if (!@file_exists($full_path) || !@is_writable($full_path)) {
0 commit comments