Add PHPDoc to StaticController::stylesheetAction()

This commit is contained in:
Eric Lippmann 2015-08-27 14:09:54 +02:00
parent d638868524
commit 274c0eacef

View File

@ -152,6 +152,9 @@ class StaticController extends Controller
);
}
/**
* Send application's and modules' CSS
*/
public function stylesheetAction()
{
$lessCompiler = new \Icinga\Web\LessCompiler();