@@ -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); |