Fixing some variable names and comment formatting - no functional changes
authorKaldari <rkaldari@wikimedia.org>
Tue, 27 Nov 2012 19:09:04 +0000 (11:09 -0800)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 24 Dec 2012 07:47:21 +0000 (07:47 +0000)
commit5e13ecaa9bd2984973f44fa55a722247eab8c9fb
tree2527faadbdb89ff5f5819ee4600cbab53fa04953
parent92e8ea0ea8b9f5a2e480c81cac0896ae77f09ae8
Fixing some variable names and comment formatting - no functional changes

Changing $_ to $number; changing $numberpart to $integerpart

Also adding a unit test for the commafy function

Change-Id: Iaf6dd027bd70722d316d1a9c10c9913fff8300ce
languages/Language.php
tests/phpunit/languages/LanguageTest.php