From e420149e81bd34aaad183c8f21106933ac8a5266 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 4 Sep 2014 15:41:09 -0400
Subject: [PATCH] Style fixes.

---
 module/VuFindTheme/src/VuFindTheme/LessCompiler.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
index 2f3d41087ca..f46eab0527e 100644
--- a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
+++ b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
@@ -62,6 +62,8 @@ class LessCompiler
 
     /**
      * Constructor
+     *
+     * @param bool $verbose Display messages while compiling?
      */
     public function __construct($verbose = false)
     {
@@ -71,6 +73,10 @@ class LessCompiler
 
     /**
      * Set base path
+     *
+     * @param string $path Path to set
+     *
+     * @return void
      */
     public function setBasePath($path)
     {
-- 
GitLab