Skip to content

Commit

Permalink
Removed duplicate sentence in docblock (#12290) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Grinyov authored and samdark committed Aug 24, 2016
1 parent 83b73a4 commit 9a8fa31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/Connection.php
Expand Up @@ -222,7 +222,6 @@ class Connection extends Component
public $enableQueryCache = true;
/**
* @var integer the default number of seconds that query results can remain valid in cache.
* Use 0 to indicate that the cached data will never expire.
* Defaults to 3600, meaning 3600 seconds, or one hour. Use 0 to indicate that the cached data will never expire.
* The value of this property will be used when [[cache()]] is called without a cache duration.
* @see enableQueryCache
Expand Down

0 comments on commit 9a8fa31

Please sign in to comment.