Issue #2337911 by martin107: LanguageUrlRewritingTest checkUrl $language parameter definition is incorrect.

8.0.x
Alex Pott 2014-09-16 12:25:09 +01:00
parent 8d4f1db33b
commit 33a3ed6df4
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ class LanguageUrlRewritingTest extends WebTestBase {
* check that language prefixes are not added to it and that the prefixed URL
* is actually not working.
*
* @param string $language
* The language prefix, e.g. 'es'.
* @param \Drupal\Core\Language\LanguageInterface $language
* The language object.
* @param string $message1
* Message to display in assertion that language prefixes are not added.
* @param string $message2