From fc25d67230003bae1ac51fc253df12e70e6d5365 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Wed, 25 Jun 2014 19:04:34 +1000 Subject: [PATCH] Fix docblock --- modules/cms/classes/Theme.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/cms/classes/Theme.php b/modules/cms/classes/Theme.php index 4cfd54d98..338cc9d89 100644 --- a/modules/cms/classes/Theme.php +++ b/modules/cms/classes/Theme.php @@ -31,7 +31,7 @@ class Theme /** * Returns the absolute theme path. - * @param string $directory Optional theme directory. Defaults to $this->getDirName() + * @param string $dirName Optional theme directory. Defaults to $this->getDirName() * @return string */ public function getPath($dirName = null) @@ -52,8 +52,8 @@ class Theme } /** - * Determines if a theme with given path exists - * @param string $dir The theme directory + * Determines if a theme with given directory name exists + * @param string $dirName The theme directory * @return bool */ public static function exists($dirName)