Commit 2e425531 by Carsten Brandt

Merge pull request #411 from votintsev/master

Fixed an example of using buildKey in the doc
parents 07d0e054 ead91417
......@@ -94,7 +94,7 @@ abstract class Cache extends Component implements \ArrayAccess
* The following example builds a cache key using three parameters:
*
* ~~~
* $key = $cache->buildKey($className, $method, $id);
* $key = $cache->buildKey(array($className, $method, $id));
* ~~~
*
* @param array|string $key the key to be normalized
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment