mark some public functions as such
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 660566e..0a03f2f 100644 (file)
@@ -154,10 +154,8 @@ class Parser {
 
        /**
         * Constructor
-        *
-        * @public
         */
-       function __construct( $conf = array() ) {
+       public function __construct( $conf = array() ) {
                $this->mConf = $conf;
                $this->mUrlProtocols = wfUrlProtocols();
                $this->mExtLinkBracketedRegex = '/\[(\b(' . wfUrlProtocols() . ')'.