diff options
author | Lauri Eskola | 2017-03-21 14:39:18 (GMT) |
---|---|---|
committer | Lauri Eskola | 2017-03-21 14:39:18 (GMT) |
commit | 2581ebd334368e7e8be36e057ed49f6ce4994936 (patch) | |
tree | e4dc219001323a77eec76a99d3c3e6f1bacd3b1c | |
parent | a63a13bc47bc355160e0957804608e7bb2be11fa (diff) |
Issue #2862273 by gaurav.kapoor, Haza: Use of ?> in comments in Language module
-rw-r--r-- | core/modules/language/src/LanguageNegotiatorInterface.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modules/language/src/LanguageNegotiatorInterface.php b/core/modules/language/src/LanguageNegotiatorInterface.php index 71f44b5..5c999c7 100644 --- a/core/modules/language/src/LanguageNegotiatorInterface.php +++ b/core/modules/language/src/LanguageNegotiatorInterface.php @@ -91,7 +91,6 @@ use Drupal\Core\Session\AccountInterface; * } * } * } - * ?> * @endcode * * For more information, see |