aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/CoreLinkFunctions.php
diff options
context:
space:
mode:
authorChad Horohoe <demon@users.mediawiki.org>2011-04-21 00:07:09 +0000
committerChad Horohoe <demon@users.mediawiki.org>2011-04-21 00:07:09 +0000
commit783d4e086228c4699efca02b29914aa72013ebf8 (patch)
tree519a5ea49651688134e3aa2f72e817c0d962361a /includes/parser/CoreLinkFunctions.php
parent61347cecbe8cbe44803017d8c9aaae793c9bd43f (diff)
downloadmediawikicore-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.php3
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