Skip to content
Snippets Groups Projects
Commit d7b4bff3 authored by Demian Katz's avatar Demian Katz
Browse files

Added missing comments.

parent 38b9dfa6
No related merge requests found
......@@ -69,6 +69,8 @@ class Mobile
* Function to set enabled status of mobile themes.
*
* @param bool $enabled Are mobile themes enabled?
*
* @return bool
*/
public function enable($enabled = true)
{
......
......@@ -70,7 +70,8 @@ class ThemeInfo
/**
* Constructor
*
* @param string $baseDir Base directory for theme files.
* @param string $baseDir Base directory for theme files.
* @param string $safeTheme Theme that should be guaranteed to exist.
*/
public function __construct($baseDir, $safeTheme)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment