Completed
Pull Request — master (#16)
by Sergii
03:45
created
src/Cores/7.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 // @codingStandardsIgnoreStart
10 10
 final class DrupalKernelPlaceholder extends DrupalKernelPlaceholderBase
11
-  // @codingStandardsIgnoreEnd
11
+    // @codingStandardsIgnoreEnd
12 12
 {
13 13
     /**
14 14
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Cores/8.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
         static $original = 'php_mail';
166 166
 
167 167
         $systemMail = \Drupal::configFactory()
168
-          ->getEditable('system.mail');
168
+            ->getEditable('system.mail');
169 169
 
170 170
         if ($useTesting) {
171 171
             // Store original mail system to restore it after scenario.
Please login to merge, or discard this patch.