diff --git a/core/lib/Drupal/Component/Utility/Twig.php b/core/lib/Drupal/Component/Utility/Twig.php index cdd20c1..9a749ae 100644 --- a/core/lib/Drupal/Component/Utility/Twig.php +++ b/core/lib/Drupal/Component/Utility/Twig.php @@ -15,7 +15,7 @@ class Twig { /** * Checks if a given variable is a valid Twig variable. * - * @param string $variable + * @param string $variable * The variable to be tested. * * @return bool @@ -29,7 +29,7 @@ public static function isValidVariable($variable) { /** * Asserts if the specified string is not a valid Twig variable - + * * @param string $variable * The variable to be tested. */