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

Style fixes.

parent 01ecfe3e
Branches
Tags
No related merge requests found
...@@ -62,6 +62,8 @@ class LessCompiler ...@@ -62,6 +62,8 @@ class LessCompiler
/** /**
* Constructor * Constructor
*
* @param bool $verbose Display messages while compiling?
*/ */
public function __construct($verbose = false) public function __construct($verbose = false)
{ {
...@@ -71,6 +73,10 @@ class LessCompiler ...@@ -71,6 +73,10 @@ class LessCompiler
/** /**
* Set base path * Set base path
*
* @param string $path Path to set
*
* @return void
*/ */
public function setBasePath($path) public function setBasePath($path)
{ {
......
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