diff --git a/src/ChrisKonnertz/BBCode/BBCode.php b/src/ChrisKonnertz/BBCode/BBCode.php index 2653d8c..1be1964 100644 --- a/src/ChrisKonnertz/BBCode/BBCode.php +++ b/src/ChrisKonnertz/BBCode/BBCode.php @@ -120,6 +120,8 @@ public function renderPlain($text = null) * Renders only the text without any BBCode tags. * Alias for renderRaw(). * + * @deprecated Deprecated since 1.1.0 + * * @param string $text Optional: Render the passed BBCode string instead of the internally stored one * @return string */