@@ -19,7 +19,7 @@ discard block |
||
| 19 | 19 | public $database = ''; |
| 20 | 20 | public $user = ''; |
| 21 | 21 | public $password = ''; |
| 22 | - public $port = ''; |
|
| 22 | + public $port = ''; |
|
| 23 | 23 | |
| 24 | 24 | /* public: configuration parameters */ |
| 25 | 25 | public $autoStripslashes = false; |
@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | * @param string $password Optional The password to use |
| 70 | 70 | * @param string $host Optional The hostname where the server is, or default to localhost |
| 71 | 71 | * @param string $query Optional query to perform immediately |
| 72 | - * @param string $port optional port for the connection |
|
| 72 | + * @param string $port optional port for the connection |
|
| 73 | 73 | */ |
| 74 | 74 | public function __construct($database = '', $user = '', $password = '', $host = 'localhost', $query = '', $port = '') |
| 75 | 75 | { |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | $this->user = $user; |
| 78 | 78 | $this->password = $password; |
| 79 | 79 | $this->host = $host; |
| 80 | - $this->port = $port; |
|
| 80 | + $this->port = $port; |
|
| 81 | 81 | if ($query != '') { |
| 82 | 82 | $this->query($query); |
| 83 | 83 | } |