Fix BBCodeHandler::setDisallowedBBCodes(...) PHPDoc (#3722)
authorNiklas <Krymonota@users.noreply.github.com>
Thu, 12 Nov 2020 08:16:32 +0000 (09:16 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Nov 2020 08:16:32 +0000 (09:16 +0100)
wcfsetup/install/files/lib/system/bbcode/BBCodeHandler.class.php

index 7c4ccafa12ede54977e9c84b0a6d2e0b5a60a2b8..b74c8203f0d0f96f1330a36e42aebab9baeccc46 100644 (file)
@@ -92,7 +92,7 @@ class BBCodeHandler extends SingletonFactory {
        }
        
        /**
-        * Sets the allowed BBCodes.
+        * Sets the disallowed BBCodes.
         * 
         * @param       string[]        $bbCodes
         */