Completed
Pull Request — master (#18)
by Roberto
02:25
created
src/Base.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -153,14 +153,14 @@
 block discarded – undo
153 153
             '{conduso}'
154 154
         );
155 155
         $replace = array(
156
-          $destinatario,
157
-          $dt->format('d/m/Y'),
158
-          $numero,
159
-          number_format($valor, 2, ',', '.'),
160
-          $this->config->fantasy,
161
-          $chave,
162
-          $correcao,
163
-          $conduso
156
+            $destinatario,
157
+            $dt->format('d/m/Y'),
158
+            $numero,
159
+            number_format($valor, 2, ',', '.'),
160
+            $this->config->fantasy,
161
+            $chave,
162
+            $correcao,
163
+            $conduso
164 164
         );
165 165
         $template = str_replace($search, $replace, $template);
166 166
         return $template;
Please login to merge, or discard this patch.
src/Mail.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     
58 58
     /**
59 59
      * Load parameters to PHPMailer class
60
-     * @param stdClass $config
60
+     * @param \stdClass $config
61 61
      */
62 62
     protected function loadService(\stdClass $config)
63 63
     {
Please login to merge, or discard this patch.