Completed
Push — develop ( 147c5a...6fcae4 )
by
unknown
06:39
created
module/Core/src/Core/Options/MailServiceOptions.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.