Browse Source

Fix type in docblock

ADmad 7 years ago
parent
commit
528b31a8ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cache/Cache.php

+ 1 - 1
src/Cache/Cache.php

@@ -121,7 +121,7 @@ class Cache
      *
      * Also allows for injecting of a new registry instance.
      *
-     * @param \Cake\Core\CacheRegistry $registry Injectable registry object.
+     * @param \Cake\Cache\CacheRegistry $registry Injectable registry object.
      * @return void
      */
     public static function setRegistry(CacheRegistry $registry): void