From dc36d3095314db8d88c2ec1005d99af595c119da Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 19 May 2014 17:50:53 +0200 Subject: Remove all occurences of @brief and @returns from PHPDoc * test case added to avoid adding them later --- lib/autoloader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/autoloader.php') diff --git a/lib/autoloader.php b/lib/autoloader.php index 3451f799e18..2ce36385081 100644 --- a/lib/autoloader.php +++ b/lib/autoloader.php @@ -147,7 +147,7 @@ class Autoloader { } /** - * @brief Sets the optional low-latency cache for class to path mapping. + * Sets the optional low-latency cache for class to path mapping. * @param \OC\Memcache\Cache $memoryCache Instance of memory cache. */ public function setMemoryCache(\OC\Memcache\Cache $memoryCache = null) { -- cgit v1.2.3