From d7b4bff34ad599ce4f086b77da1b105565f95ea1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 10 Jan 2013 13:50:52 -0500
Subject: [PATCH] Added missing comments.

---
 module/VuFindTheme/src/VuFindTheme/Mobile.php    | 2 ++
 module/VuFindTheme/src/VuFindTheme/ThemeInfo.php | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/module/VuFindTheme/src/VuFindTheme/Mobile.php b/module/VuFindTheme/src/VuFindTheme/Mobile.php
index 8433c90ef10..c654d87968b 100644
--- a/module/VuFindTheme/src/VuFindTheme/Mobile.php
+++ b/module/VuFindTheme/src/VuFindTheme/Mobile.php
@@ -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)
     {
diff --git a/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php b/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php
index 254c25f1a51..00cce021bc2 100644
--- a/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php
+++ b/module/VuFindTheme/src/VuFindTheme/ThemeInfo.php
@@ -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)
     {
-- 
GitLab