Skip to content
Snippets Groups Projects
Commit cac9194a authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5754: coding standards

parent 747132e0
No related branches found
No related tags found
1 merge request!270Feature/istwcms 5754 ebremner csv menu report
...@@ -136,7 +136,7 @@ class UwDownloadCsvController extends ControllerBase { ...@@ -136,7 +136,7 @@ class UwDownloadCsvController extends ControllerBase {
/** /**
* Provides a CSV file for menus on a site. * Provides a CSV file for menus on a site.
* *
* @return Response * @return Symfony\Component\HttpFoundation\Response
* The page response. * The page response.
* *
* @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException * @throws \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException
...@@ -201,7 +201,7 @@ class UwDownloadCsvController extends ControllerBase { ...@@ -201,7 +201,7 @@ class UwDownloadCsvController extends ControllerBase {
'p6', 'p6',
'p7', 'p7',
'p8', 'p8',
'p9' 'p9',
] ]
) )
->condition('menu_name', $menu_name); ->condition('menu_name', $menu_name);
......
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