Fix docblock

This commit is contained in:
Sam Georges 2014-06-25 19:04:34 +10:00
parent 5eff2fb396
commit fc25d67230
1 changed files with 3 additions and 3 deletions

View File

@ -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)