diff --git a/packages/framework/src/Markdown/Processing/ColoredBlockquotes.php b/packages/framework/src/Markdown/Processing/ColoredBlockquotes.php index 835f435de3b..5d455e043af 100644 --- a/packages/framework/src/Markdown/Processing/ColoredBlockquotes.php +++ b/packages/framework/src/Markdown/Processing/ColoredBlockquotes.php @@ -16,6 +16,8 @@ /** * @internal This class may be refactored to work with a single class instead of five, thus extending this class is discouraged. + * + * @todo See if we can extract an arbitrary class name from the signature. */ abstract class ColoredBlockquotes implements MarkdownShortcodeContract {