Passed
Push — devel-3.0 ( bc80e8...31a38b )
by Rubén
03:32
created
lib/SP/Providers/Mail/MailProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 
75 75
             if ($this->debug) {
76 76
                 $this->mailer->SMTPDebug = 2;
77
-                $this->mailer->Debugoutput = function ($str, $level) {
77
+                $this->mailer->Debugoutput = function($str, $level) {
78 78
                     logger($str, strtoupper($level));
79 79
                 };
80 80
             }
Please login to merge, or discard this patch.
lib/SP/Core/PhpExtensionChecker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
      */
235 235
     public function checkMandatory()
236 236
     {
237
-        $missing = array_filter(self::EXTENSIONS, function ($v, $k) {
237
+        $missing = array_filter(self::EXTENSIONS, function($v, $k) {
238 238
             return $v === true && !in_array($k, $this->available);
239 239
         }, ARRAY_FILTER_USE_BOTH);
240 240
 
Please login to merge, or discard this patch.