Skip to content

Commit

Permalink
Fix merge 8.x.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapote1x committed Oct 13, 2022
1 parent d80b9a0 commit 990c79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/GraphQL/DataProducer/Routing/RouteLoad.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RouteLoad extends DataProducerPluginBase implements ContainerFactoryPlugin
protected $redirectRepository;

/**
* Language manager for retrieving the default langcode when none is specified.
* Language manager for retrieving the default langcode.
*
* @var \Drupal\Core\Language\LanguageManagerInterface
*/
Expand Down Expand Up @@ -80,7 +80,7 @@ public static function create(ContainerInterface $container, array $configuratio
* The plugin definition.
* @param \Drupal\Core\Path\PathValidatorInterface $pathValidator
* The path validator service.
* @param \Drupal\Core\Language\LanguageManagerInterface $language_manager
* @param \Drupal\Core\Language\LanguageManagerInterface $languageManager
* The language manager.
* @param \Drupal\redirect\RedirectRepository|null $redirectRepository
*
Expand Down

0 comments on commit 990c79a

Please sign in to comment.