From 02d1fefa8c5ff2cf0f5bfd5a7c99535b6db1b13a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Sat, 31 Jan 2015 01:23:04 +0300 Subject: [PATCH] Removed obsolete requirement from HtmlPurifier phpdoc --- framework/helpers/HtmlPurifier.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/helpers/HtmlPurifier.php b/framework/helpers/HtmlPurifier.php index 0d910ac9f4..71b229b381 100644 --- a/framework/helpers/HtmlPurifier.php +++ b/framework/helpers/HtmlPurifier.php @@ -26,9 +26,6 @@ namespace yii\helpers; * * For more details please refer to [HTMLPurifier documentation](http://htmlpurifier.org/). * - * Note that you should add `ezyang/htmlpurifier` to your composer.json `require` section and run `composer install` - * before using it. - * * @author Alexander Makarov * @since 2.0 */