@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * @copydoc AbstractAdapter::__construct() |
49 | 49 | * @param bool $persistent (optional) When `true` the client uses a persistent connection. |
50 | - */ |
|
50 | + */ |
|
51 | 51 | public function __construct($server = parent::DEFAULT_SERVER, $userName = "", $password = "", $persistent = TRUE) { |
52 | 52 | $this->initialize(); |
53 | 53 |