1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-17 17:56:25 +02:00

[ticket/13508] Add include_css() and fix include_js() code linting issues

PHPBB3-13508
This commit is contained in:
Marc Alexander
2021-10-07 21:19:35 +02:00
parent 7efddcef54
commit 02e5a7afc4
5 changed files with 74 additions and 5 deletions

View File

@@ -13,11 +13,6 @@
namespace phpbb\template\twig\tokenparser;
use Twig\Error\SyntaxError;
use Twig\Node\Node;
use Twig\Token;
use Twig\TokenParser\AbstractTokenParser;
class include_js extends includejs
{
/**