diff options
Diffstat (limited to 'phpBB/phpbb/template/twig/node/includecss.php')
| -rw-r--r-- | phpBB/phpbb/template/twig/node/includecss.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/phpBB/phpbb/template/twig/node/includecss.php b/phpBB/phpbb/template/twig/node/includecss.php index 45ff9107a0..9601cc5155 100644 --- a/phpBB/phpbb/template/twig/node/includecss.php +++ b/phpBB/phpbb/template/twig/node/includecss.php @@ -11,17 +11,18 @@ namespace phpbb\template\twig\node; class includecss extends \phpbb\template\twig\node\includeasset { + /** + * {@inheritdoc} + */ public function get_definition_name() { return 'STYLESHEETS'; } /** - * Compiles the node to PHP. - * - * @param Twig_Compiler A Twig_Compiler instance - */ - public function append_asset(\Twig_Compiler $compiler) + * {@inheritdoc} + */ + public function append_asset(Twig_Compiler $compiler) { $compiler ->raw("<link href=\"' . ") |
