Sanitizer: Remove redundant @private tags
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 18 Sep 2013 04:38:36 +0000 (06:38 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 18 Sep 2013 04:38:36 +0000 (06:38 +0200)
Follows-up 64dcaf4e8a.

Change-Id: Ib6f406e4881e7c7ba39cdb132ffb95f4c1a19209

includes/Sanitizer.php

index 1d20f18..499d821 100644 (file)
@@ -54,7 +54,6 @@ class Sanitizer {
         * List of all named character entities defined in HTML 4.01
         * http://www.w3.org/TR/html4/sgml/entities.html
         * As well as &apos; which is only defined starting in XHTML1.
-        * @private
         */
        private static $htmlEntities = array(
                'Aacute'   => 193,
@@ -322,7 +321,6 @@ class Sanitizer {
 
        /**
         * Lazy-initialised attributes regex, see getAttribsRegex()
-        * @private
         */
        private static $attribsRegex;