From fc21fd6d2939e799b1b57059e64be84eed94bd49 Mon Sep 17 00:00:00 2001 From: tuutti Date: Thu, 25 Apr 2024 07:10:42 +0300 Subject: [PATCH] UHF-10015: Automatic phpcs fixes --- .../src/Plugin/Block/SubdistrictsNavigationBlock.php | 2 +- .../helfi_kymp_migrations/src/TaxonomyMigrationService.php | 2 +- public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/modules/custom/helfi_kymp_content/src/Plugin/Block/SubdistrictsNavigationBlock.php b/public/modules/custom/helfi_kymp_content/src/Plugin/Block/SubdistrictsNavigationBlock.php index 5696fdf9b..cb88db70f 100644 --- a/public/modules/custom/helfi_kymp_content/src/Plugin/Block/SubdistrictsNavigationBlock.php +++ b/public/modules/custom/helfi_kymp_content/src/Plugin/Block/SubdistrictsNavigationBlock.php @@ -64,7 +64,7 @@ public function __construct( private EntityTypeManagerInterface $entityTypeManager, private LanguageManagerInterface $languageManager, private RequestStack $requestStack, - private AccountProxyInterface $currentUser + private AccountProxyInterface $currentUser, ) { parent::__construct($configuration, $plugin_id, $plugin_definition); } diff --git a/public/modules/custom/helfi_kymp_migrations/src/TaxonomyMigrationService.php b/public/modules/custom/helfi_kymp_migrations/src/TaxonomyMigrationService.php index e964e4713..b37661f4c 100644 --- a/public/modules/custom/helfi_kymp_migrations/src/TaxonomyMigrationService.php +++ b/public/modules/custom/helfi_kymp_migrations/src/TaxonomyMigrationService.php @@ -32,7 +32,7 @@ class TaxonomyMigrationService { public function __construct( protected FileSystemInterface $fileSystem, protected ModuleHandlerInterface $moduleHandler, - protected EntityTypeManagerInterface $entityTypeManager + protected EntityTypeManagerInterface $entityTypeManager, ) { $this->projectFilePath = $this->fileSystem->realpath( $this->moduleHandler->getModule('helfi_kymp_migrations')->getPath() diff --git a/public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php b/public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php index b931700c0..a8fa32333 100644 --- a/public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php +++ b/public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php @@ -16,7 +16,7 @@ class ListOfPlans { * RSS feed URL. */ public function __construct( - public string $rss_feed_url = 'https://ptp.hel.fi/rss/nahtavana_nyt/' + public string $rss_feed_url = 'https://ptp.hel.fi/rss/nahtavana_nyt/', ) {} /**