Passed
Push — master ( 3343ee...0191aa )
by John
03:48
created
src/EmailValidator/Policy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         $this->checkMxRecords = (bool) ($config['checkMxRecords'] ?? true);
57 57
         $this->checkBannedListedEmail = (bool) ($config['checkBannedListedEmail'] ?? false);
58 58
         $this->checkDisposableEmail = (bool) ($config['checkDisposableEmail'] ?? false);
59
-        $this->checkFreeEmail = (bool) ($config['checkFreeEmail']  ?? false);
59
+        $this->checkFreeEmail = (bool) ($config['checkFreeEmail'] ?? false);
60 60
         $this->localDisposableOnly = (bool) ($config['LocalDisposableOnly'] ?? false);
61 61
         $this->localFreeOnly = (bool) ($config['LocalFreeOnly'] ?? false);
62 62
 
Please login to merge, or discard this patch.