diff options
author | umherirrender <umherirrender_de.wp@web.de> | 2014-04-10 20:50:10 +0200 |
---|---|---|
committer | Siebrand <siebrand@kitano.nl> | 2014-04-14 12:59:19 +0000 |
commit | 829886b10a15e84b61e28a140124cd5e0fe4a774 (patch) | |
tree | eaf0e0fefc2fe7beeaf01492388c7de7916d7549 /includes/Collation.php | |
parent | f641b8fdf46c86e55d67b4cc4188b5df38dda5f3 (diff) | |
download | mediawikicore-829886b10a15e84b61e28a140124cd5e0fe4a774.tar.gz mediawikicore-829886b10a15e84b61e28a140124cd5e0fe4a774.zip |
Fixed some @params documentation
Swapped some "$var type" to "type $var" or added missing types
before the $var. Changed some other types to match the more common
spelling. Makes beginning of some text in captial.
Change-Id: I64e8cfe478cb0ba438f40b0631d6e9049cdab567
Diffstat (limited to 'includes/Collation.php')
-rw-r--r-- | includes/Collation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Collation.php b/includes/Collation.php index 987f3a7b8842..88e15b33d477 100644 --- a/includes/Collation.php +++ b/includes/Collation.php @@ -36,7 +36,7 @@ abstract class Collation { /** * @throws MWException - * @param $collationName string + * @param string $collationName * @return Collation */ static function factory( $collationName ) { |