Skip to content

Commit

Permalink
rename bank_branch to bankBranch, CS fix.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Validate/trunk@176976 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
helgi committed Jan 11, 2005
1 parent eab4c59 commit eb6972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validate/PL.php
Expand Up @@ -59,7 +59,7 @@ function nip($nip)
* @returns bool
* @author Piotr Klaban <makler@man.torun.pl>
*/
function bank_branch($number)
function bankBranch($number)
{
static $weights_bank_branch = array(7,1,3,9,7,11,3);

Expand Down

0 comments on commit eb6972d

Please sign in to comment.