@@ -165,7 +165,7 @@ |
||
| 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. |
@@ -290,8 +290,8 @@ |
||
| 290 | 290 | } |
| 291 | 291 | |
| 292 | 292 | $url += [ |
| 293 | - // When URL starts from "//" the "scheme" key will not exists. |
|
| 294 | - 'scheme' => 'http', |
|
| 293 | + // When URL starts from "//" the "scheme" key will not exists. |
|
| 294 | + 'scheme' => 'http', |
|
| 295 | 295 | ]; |
| 296 | 296 | |
| 297 | 297 | // Check scheme. |