Navigation Menu

Skip to content

Commit

Permalink
Updating doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 24, 2017
1 parent 867d635 commit ed3647a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cache/Cache.php
Expand Up @@ -124,7 +124,7 @@ public static function getRegistry()
* Returns the Cache Registry instance used for creating and using cache adapters.
* Also allows for injecting of a new registry instance.
*
* @param \Cake\Core\ObjectRegistry|null $registry Injectable registry object.
* @param \Cake\Core\ObjectRegistry $registry Injectable registry object.
* @return void
*/
public static function setRegistry(ObjectRegistry $registry)
Expand All @@ -136,7 +136,7 @@ public static function setRegistry(ObjectRegistry $registry)
* Returns the Cache Registry instance used for creating and using cache adapters.
* Also allows for injecting of a new registry instance.
*
* @deprecated Use getRegistry() and setRegistry() instead.
* @deprecated Deprecated since 3.5. Use getRegistry() and setRegistry() instead.
* @param \Cake\Core\ObjectRegistry|null $registry Injectable registry object.
* @return \Cake\Core\ObjectRegistry
*/
Expand Down

0 comments on commit ed3647a

Please sign in to comment.