@@ -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, &$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)) { |
@@ -58,8 +58,8 @@ |
||
58 | 58 | class AuthTag extends AbstractBlock |
59 | 59 | { |
60 | 60 | /** |
61 | - * {@inheritdoc} |
|
62 | - */ |
|
61 | + * {@inheritdoc} |
|
62 | + */ |
|
63 | 63 | public function render(Context $context): string |
64 | 64 | { |
65 | 65 | /** @var AuthenticationInterface $authentication */ |