Skip to content
Snippets Groups Projects
Commit 6ddd1289 authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-4917: coding standards

parent 8cdceb52
No related branches found
No related tags found
1 merge request!118Feature/istwcms 4917 ebremner upcoming dates
......@@ -53,7 +53,7 @@ class UWService implements UWServiceInterface {
/**
* The request stack.
*
* @var \Drupal\simplify_menu\MenuItems
* @var \Symfony\Component\HttpFoundation\RequestStack
*/
private $requestStack;
......@@ -68,6 +68,8 @@ class UWService implements UWServiceInterface {
* The simplify_menu menu items.
* @param \Drupal\path_alias\AliasManager $pathAliasManager
* The Drupal path alias manager.
* @parm \Symfony\Component\HttpFoundation\RequestStack $requestStack
* The request stack.
*/
public function __construct(EntityTypeManagerInterface $entityTypeManager, Connection $database, MenuItems $simplifyMenu, AliasManager $pathAliasManager, RequestStack $requestStack) {
$this->entityTypeManager = $entityTypeManager;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment