Remove comments documenting constructors as "constructors"
[lhc/web/wiklou.git] / includes / libs / mime / IEContentAnalyzer.php
index 802ed2d..4ae3cf9 100644 (file)
@@ -311,7 +311,6 @@ class IEContentAnalyzer {
         */
        protected $typeTable = [];
 
-       /** constructor */
        function __construct() {
                // Construct versioned type arrays from the base type array plus additions
                $types = $this->baseTypeTable;