Skip to content

Commit

Permalink
- Bug #12307 : Make sure to be using the same local variables all around
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_URL/trunk@256023 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
David Coallier committed Mar 25, 2008
1 parent 6896fbd commit 87c80d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ class Net_URL
* Username
* @var string
*/
var $username;
var $user;

/**
* Password
* @var string
*/
var $password;
var $pass;

/**
* Host
Expand Down

0 comments on commit 87c80d7

Please sign in to comment.