@@ -68,8 +68,8 @@ |
||
| 68 | 68 | protected string $path; |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * {@inheritdoc} |
|
| 72 | - */ |
|
| 71 | + * {@inheritdoc} |
|
| 72 | + */ |
|
| 73 | 73 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 74 | 74 | { |
| 75 | 75 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -67,8 +67,8 @@ discard block |
||
| 67 | 67 | protected string $permission; |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * {@inheritdoc} |
|
| 71 | - */ |
|
| 70 | + * {@inheritdoc} |
|
| 71 | + */ |
|
| 72 | 72 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 73 | 73 | { |
| 74 | 74 | $lexer = new Lexer('/(\w+)/'); |
@@ -84,8 +84,8 @@ discard block |
||
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | /** |
| 87 | - * {@inheritdoc} |
|
| 88 | - */ |
|
| 87 | + * {@inheritdoc} |
|
| 88 | + */ |
|
| 89 | 89 | public function render(Context $context): string |
| 90 | 90 | { |
| 91 | 91 | if ($context->hasKey($this->permission)) { |
@@ -68,8 +68,8 @@ |
||
| 68 | 68 | protected string $name; |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * {@inheritdoc} |
|
| 72 | - */ |
|
| 71 | + * {@inheritdoc} |
|
| 72 | + */ |
|
| 73 | 73 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 74 | 74 | { |
| 75 | 75 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -68,8 +68,8 @@ |
||
| 68 | 68 | protected string $name; |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * {@inheritdoc} |
|
| 72 | - */ |
|
| 71 | + * {@inheritdoc} |
|
| 72 | + */ |
|
| 73 | 73 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 74 | 74 | { |
| 75 | 75 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -68,8 +68,8 @@ |
||
| 68 | 68 | protected string $value; |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * {@inheritdoc} |
|
| 72 | - */ |
|
| 71 | + * {@inheritdoc} |
|
| 72 | + */ |
|
| 73 | 73 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 74 | 74 | { |
| 75 | 75 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -61,8 +61,8 @@ |
||
| 61 | 61 | class CsrfTag extends AbstractTag |
| 62 | 62 | { |
| 63 | 63 | /** |
| 64 | - * {@inheritdoc} |
|
| 65 | - */ |
|
| 64 | + * {@inheritdoc} |
|
| 65 | + */ |
|
| 66 | 66 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 67 | 67 | { |
| 68 | 68 | parent::__construct($markup, $tokens, $parser); |
@@ -68,8 +68,8 @@ |
||
| 68 | 68 | protected string $name; |
| 69 | 69 | |
| 70 | 70 | /** |
| 71 | - * {@inheritdoc} |
|
| 72 | - */ |
|
| 71 | + * {@inheritdoc} |
|
| 72 | + */ |
|
| 73 | 73 | public function __construct(string $markup, array &$tokens, Parser $parser) |
| 74 | 74 | { |
| 75 | 75 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |