Skip to content

Commit

Permalink
UHF-10015: Automatic phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Apr 25, 2024
1 parent 8e31c21 commit fc21fd6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion public/modules/custom/helfi_kymp_plans/src/ListOfPlans.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
) {}

/**
Expand Down

0 comments on commit fc21fd6

Please sign in to comment.