Failed Conditions
Pull Request — 4.0 (#3667)
by k-yamamura
06:09
created
src/Eccube/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
         $rfcCheck = $this->container->getParameter('eccube_rfc_email_check');
96 96
         if (!$rfcCheck) {
97 97
             // RFC違反のメールを許容する
98
-            \Swift::init(function() {
98
+            \Swift::init(function () {
99 99
                 \Swift_DependencyContainer::getInstance()
100 100
                     ->register('email.validator')
101 101
                     ->asSharedInstanceOf(NoRFCEmailValidator::class);
Please login to merge, or discard this patch.