mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
Add PHPDoc to StaticController::stylesheetAction()
This commit is contained in:
parent
d638868524
commit
274c0eacef
@ -152,6 +152,9 @@ class StaticController extends Controller
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Send application's and modules' CSS
|
||||
*/
|
||||
public function stylesheetAction()
|
||||
{
|
||||
$lessCompiler = new \Icinga\Web\LessCompiler();
|
||||
|
Loading…
x
Reference in New Issue
Block a user