Completed
Push — master ( baa46f...086585 )
by Roberto
05:33 queued 02:06
created
src/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
      * @param string $destinatario
126 126
      * @param string $data
127 127
      * @param string $numero
128
-     * @param string $valor
128
+     * @param integer $valor
129 129
      * @param string $chave
130 130
      * @param string $correcao
131 131
      * @param string $conduso
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
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
      * @param array $addresses
248 248
      * @param type $htmltemplate
249 249
      * @param PHPMailer $mailer
250
-     * @return \static
250
+     * @return Mail
251 251
      */
252 252
     public static function sendMail(
253 253
         stdClass $config,
Please login to merge, or discard this patch.