Browse Source

Update FileEngine.php

Typo description method parameter
Tzaoh 10 years ago
parent
commit
de4a5a764f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cache/Engine/FileEngine.php

+ 1 - 1
src/Cache/Engine/FileEngine.php

@@ -353,7 +353,7 @@ class FileEngine extends CacheEngine
     /**
      * Not implemented
      *
-     * @param string $key The key to decrement
+     * @param string $key The key to increment
      * @param int $offset The number to offset
      * @return void
      * @throws \LogicException