]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Cache/AbstractCacheDriver.php
Fix PHPDoc comments project-wide
[friendica.git] / src / Core / Cache / AbstractCacheDriver.php
index c2628551ef47be5dee31908af0b883e0520a37e4..13993385ad992d9dd7863630179a27a0e7dfad1c 100644 (file)
@@ -14,8 +14,9 @@ use Friendica\BaseObject;
 abstract class AbstractCacheDriver extends BaseObject
 {
        /**
-        * @param string $key   The original key
-        * @return string               The cache key used for the cache
+        * @param string $key The original key
+        * @return string        The cache key used for the cache
+        * @throws \Exception
         */
        protected function getCacheKey($key)
        {