Skip to content

Commit

Permalink
Remove lies in doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 15, 2013
1 parent dda40ff commit 5f95a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cake/Cache/Engine/WincacheEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class WincacheEngine extends CacheEngine {
*
* @param array $config array of setting for the engine
* @return boolean True if the engine has been successfully initialized, false if not
* @see CacheEngine::__defaults
*/
public function init($config = []) {
if (!isset($config['prefix'])) {
Expand Down

0 comments on commit 5f95a81

Please sign in to comment.