Skip to content

Commit

Permalink
Fixed docblock. Closes #2193
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 24, 2013
1 parent f3b667d commit df523de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/FileEngine.php
Expand Up @@ -44,7 +44,7 @@ class FileEngine extends CacheEngine {
*
* - path = absolute path to cache directory, default => CACHE
* - prefix = string prefix for filename, default => cake_
* - lock = enable file locking on write, default => false
* - lock = enable file locking on write, default => true
* - serialize = serialize the data, default => true
*
* @var array
Expand Down

0 comments on commit df523de

Please sign in to comment.