@@ -125,6 +125,9 @@ |
||
125 | 125 | }, $text); |
126 | 126 | } |
127 | 127 | |
128 | + /** |
|
129 | + * @param callable|null $handler |
|
130 | + */ |
|
128 | 131 | private function processHandler(ParsedShortcodeInterface $parsed, ProcessorContext $context, $handler) |
129 | 132 | { |
130 | 133 | $processed = ProcessedShortcode::createFromContext(clone $context); |