diff --git a/module/VuFindTheme/src/VuFindTheme/LessCompiler.php b/module/VuFindTheme/src/VuFindTheme/LessCompiler.php
index 2f3d41087ca1f9142f9eae473c706ce8180745ed..f46eab0527ea646a89275b602e6a99b1522ba4f9 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)
     {