Passed
Push — master ( b39628...7861b1 )
by Mathieu
02:37 queued 11s
created
src/Charcoal/Email/EmailLog.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
     }
266 266
 
267 267
     /**
268
-     * @param  null|string|DateTime $ts The "send date" datetime value.
268
+     * @param  string $ts The "send date" datetime value.
269 269
      * @throws InvalidArgumentException If the ts is not a valid datetime value.
270 270
      * @return self
271 271
      */
Please login to merge, or discard this patch.
src/Charcoal/Email/Script/ProcessQueueScript.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
         $climate = $this->climate();
59 59
 
60
-        $processedCallback = function ($success, $failures, $skipped) use ($climate) {
60
+        $processedCallback = function($success, $failures, $skipped) use ($climate) {
61 61
             if (!empty($success)) {
62 62
                 $climate->green()->out(sprintf('%s emails were successfully sent.', count($success)));
63 63
             }
Please login to merge, or discard this patch.