Skip to content
Snippets Groups Projects
Commit 63dc3fae authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5753: coding standards

parent c0b68d23
No related branches found
No related tags found
1 merge request!269Feature/istwcms 5753 ebremner csv content report
...@@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Response; ...@@ -11,7 +11,7 @@ use Symfony\Component\HttpFoundation\Response;
/** /**
* Provides CSV files for specific UW sites. * Provides CSV files for specific UW sites.
*/ */
class UwDownloadCsvController extends ControllerBase{ class UwDownloadCsvController extends ControllerBase {
/** /**
* Entity type manager from the core. * Entity type manager from the core.
...@@ -21,8 +21,9 @@ class UwDownloadCsvController extends ControllerBase{ ...@@ -21,8 +21,9 @@ class UwDownloadCsvController extends ControllerBase{
protected $entityTypeManager; protected $entityTypeManager;
/** /**
* The path alias.
*
* @var \Drupal\path_alias\AliasManager * @var \Drupal\path_alias\AliasManager
* The path alias.
*/ */
protected $pathAlias; protected $pathAlias;
...@@ -55,7 +56,7 @@ class UwDownloadCsvController extends ControllerBase{ ...@@ -55,7 +56,7 @@ class UwDownloadCsvController extends ControllerBase{
/** /**
* Provides a CSV file for content on a site. * Provides a CSV file for content 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
......
...@@ -41,4 +41,3 @@ uw_cfg_common.uw_content_report_csv: ...@@ -41,4 +41,3 @@ uw_cfg_common.uw_content_report_csv:
_controller: \Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport _controller: \Drupal\uw_cfg_common\Controller\UwDownloadCsvController::uwContentReport
requirements: requirements:
_permission: 'view UW CSV reports' _permission: 'view UW CSV reports'
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