Skip to content

Commit

Permalink
Fixing doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 30, 2014
1 parent f4bb9ac commit 313fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Schema/CachedCollection.php
Expand Up @@ -36,7 +36,7 @@ class CachedCollection extends Collection {
* Constructor.
*
* @param \Cake\Database\Connection $connection The connection instance.
* @param string|boolean The cache key or boolean false to disable caching.
* @param string|bool $cacheKey The cache key or boolean false to disable caching.
*/
public function __construct(Connection $connection, $cacheKey = true) {
parent::__construct($connection);
Expand Down

0 comments on commit 313fd56

Please sign in to comment.