@@ -121,6 +121,9 @@ |
||
121 | 121 | $context->textContent = $shortcode->getContent(); |
122 | 122 | } |
123 | 123 | |
124 | + /** |
|
125 | + * @param callable|null $handler |
|
126 | + */ |
|
124 | 127 | private function processHandler(ParsedShortcodeInterface $parsed, ProcessorContext $context, $handler) |
125 | 128 | { |
126 | 129 | $processed = ProcessedShortcode::createFromContext(clone $context); |
@@ -25,6 +25,9 @@ |
||
25 | 25 | return $this->replacement; |
26 | 26 | } |
27 | 27 | |
28 | + /** |
|
29 | + * @return string |
|
30 | + */ |
|
28 | 31 | public function getText() |
29 | 32 | { |
30 | 33 | return $this->text; |