Message.php fixes:
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 28 Mar 2010 19:23:39 +0000 (19:23 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 28 Mar 2010 19:23:39 +0000 (19:23 +0000)
commitd4cbde99eb961f0ec9508f4881e7afa712233eeb
treeb1b9da3d856f9ae17f1fabce42cba68940dd5972
parentba575d7a9e7ee01a03e18e09acc30168b1c736da
Message.php fixes:
* Don't call params() for every param passed to the constructor
* Use self
* Use array_merge() instead of += , the latter behaves contrary to the documentation
* Fix capitalization of toString() calls
* Various style, typo fixes
includes/Message.php