@@ -69,7 +69,7 @@ discard block |
||
| 69 | 69 | return $this; |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | - public function getUsername(){ |
|
| 72 | + public function getUsername() { |
|
| 73 | 73 | return $this->connectionConfig['username']; |
| 74 | 74 | } |
| 75 | 75 | |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | return $this; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | - public function getPassword(){ |
|
| 83 | + public function getPassword() { |
|
| 84 | 84 | return $this->connectionConfig['password']; |
| 85 | 85 | } |
| 86 | 86 | |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | return $this; |
| 92 | 92 | } |
| 93 | 93 | |
| 94 | - public function getSsl(){ |
|
| 94 | + public function getSsl() { |
|
| 95 | 95 | return $this->connectionConfig['ssl']; |
| 96 | 96 | } |
| 97 | 97 | } |
| 98 | 98 | \ No newline at end of file |