@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | // @codingStandardsIgnoreStart |
| 10 | 10 | final class DrupalKernelPlaceholder extends DrupalKernelPlaceholderBase |
| 11 | - // @codingStandardsIgnoreEnd |
|
| 11 | + // @codingStandardsIgnoreEnd |
|
| 12 | 12 | { |
| 13 | 13 | /** |
| 14 | 14 | * {@inheritdoc} |
@@ -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. |
@@ -42,6 +42,7 @@ discard block |
||
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | 44 | * {@inheritdoc} |
| 45 | + * @param string $string |
|
| 45 | 46 | */ |
| 46 | 47 | public static function formatString($string, array $args = []) |
| 47 | 48 | { |
@@ -50,6 +51,7 @@ discard block |
||
| 50 | 51 | |
| 51 | 52 | /** |
| 52 | 53 | * {@inheritdoc} |
| 54 | + * @param string $text |
|
| 53 | 55 | */ |
| 54 | 56 | public static function tokenReplace($text, array $data = [], array $options = []) |
| 55 | 57 | { |
@@ -75,7 +77,7 @@ discard block |
||
| 75 | 77 | /** |
| 76 | 78 | * {@inheritdoc} |
| 77 | 79 | * |
| 78 | - * @param AccountInterface $user |
|
| 80 | + * @param stdClass $user |
|
| 79 | 81 | */ |
| 80 | 82 | public static function setCurrentUser($user) |
| 81 | 83 | { |
@@ -84,6 +86,7 @@ discard block |
||
| 84 | 86 | |
| 85 | 87 | /** |
| 86 | 88 | * {@inheritdoc} |
| 89 | + * @param string $path |
|
| 87 | 90 | */ |
| 88 | 91 | public static function setCurrentPath($path) |
| 89 | 92 | { |