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

ISTWCMS-5754: coding standards

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