Test Failed
Push — master ( 378c89...c19dd1 )
by Maxim
02:35
created
assets/lib/Helpers/Mailer.php 1 patch
Braces   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -155,7 +155,8 @@  discard block
 block discarded – undo
155 155
      * @param string $path
156 156
      * @return bool
157 157
      */
158
-    public function setQueuePath($path = '') {
158
+    public function setQueuePath($path = '')
159
+    {
159 160
         if (!empty($path)) {
160 161
             $this->queuePath = $path;
161 162
             return true;
@@ -187,7 +188,8 @@  discard block
 block discarded – undo
187 188
     /**
188 189
      * @return string
189 190
      */
190
-    protected function getFileName() {
191
+    protected function getFileName()
192
+    {
191 193
         return $this->mail->getMessageID() . '.eml';
192 194
     }
193 195
 
Please login to merge, or discard this patch.