Remove empty lines from PHP and JavaScript comment blocks
[lhc/web/wiklou.git] / includes / libs / mime / XmlTypeCheck.php
index 3958f8c..7f2bf5e 100644 (file)
@@ -291,8 +291,6 @@ class XmlTypeCheck {
                $this->stackDepth++;
        }
 
-       /**
-        */
        private function elementClose() {
                list( $name, $attribs ) = array_pop( $this->elementDataContext );
                $data = array_pop( $this->elementData );