diff options
author | Chad Horohoe <demon@users.mediawiki.org> | 2011-04-21 00:07:09 +0000 |
---|---|---|
committer | Chad Horohoe <demon@users.mediawiki.org> | 2011-04-21 00:07:09 +0000 |
commit | 783d4e086228c4699efca02b29914aa72013ebf8 (patch) | |
tree | 519a5ea49651688134e3aa2f72e817c0d962361a /includes/parser/CoreLinkFunctions.php | |
parent | 61347cecbe8cbe44803017d8c9aaae793c9bd43f (diff) | |
download | mediawikicore-783d4e086228c4699efca02b29914aa72013ebf8.tar.gz mediawikicore-783d4e086228c4699efca02b29914aa72013ebf8.zip |
Remove @static from all over the place. That's what the static keyword is for, this being PHP5 and all
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86582
Diffstat (limited to 'includes/parser/CoreLinkFunctions.php')
-rw-r--r-- | includes/parser/CoreLinkFunctions.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/parser/CoreLinkFunctions.php b/includes/parser/CoreLinkFunctions.php index 48936146c599..8de13278c2d6 100644 --- a/includes/parser/CoreLinkFunctions.php +++ b/includes/parser/CoreLinkFunctions.php @@ -11,7 +11,6 @@ */ class CoreLinkFunctions { /** - * @static * @param $parser Parser_LinkHooks * @return bool */ @@ -21,7 +20,6 @@ class CoreLinkFunctions { } /** - * @static * @param $parser Parser * @param $holders LinkHolderArray * @param $markers LinkMarkerReplacer @@ -45,7 +43,6 @@ class CoreLinkFunctions { } /** - * @static * @param $parser Parser * @param $holders LinkHolderArray * @param $markers LinkMarkerReplacer |