Skip to content

Commit 990c79a

Browse files
committed
Fix merge 8.x.4.x
1 parent d80b9a0 commit 990c79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin/GraphQL/DataProducer/Routing/RouteLoad.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class RouteLoad extends DataProducerPluginBase implements ContainerFactoryPlugin
4747
protected $redirectRepository;
4848

4949
/**
50-
* Language manager for retrieving the default langcode when none is specified.
50+
* Language manager for retrieving the default langcode.
5151
*
5252
* @var \Drupal\Core\Language\LanguageManagerInterface
5353
*/
@@ -80,7 +80,7 @@ public static function create(ContainerInterface $container, array $configuratio
8080
* The plugin definition.
8181
* @param \Drupal\Core\Path\PathValidatorInterface $pathValidator
8282
* The path validator service.
83-
* @param \Drupal\Core\Language\LanguageManagerInterface $language_manager
83+
* @param \Drupal\Core\Language\LanguageManagerInterface $languageManager
8484
* The language manager.
8585
* @param \Drupal\redirect\RedirectRepository|null $redirectRepository
8686
*

0 commit comments

Comments
 (0)