Skip to content

Commit 5e19aa5

Browse files
committed
Ignored possible UselessOverridingMethod
1 parent 243e1e8 commit 5e19aa5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/os2forms_digital_post/src/Helper/ForsendelseHelper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ForsendelseHelper extends AbstractMessageHelper {
3030
/**
3131
* {@inheritDoc}
3232
*/
33+
// phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
3334
public function __construct(
3435
Settings $settings,
3536
#[Autowire(service: 'plugin.manager.element_info')]
@@ -40,6 +41,8 @@ public function __construct(
4041
parent::__construct($settings, $elementInfoManager, $webformTokenManager);
4142
}
4243

44+
// phpcs:enable
45+
4346
/**
4447
* Build forsendelse.
4548
*/

modules/os2forms_digital_post/src/Helper/MeMoHelper.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class MeMoHelper extends AbstractMessageHelper {
3333
/**
3434
* {@inheritDoc}
3535
*/
36+
// phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod
3637
public function __construct(
3738
Settings $settings,
3839
#[Autowire(service: 'plugin.manager.element_info')]
@@ -43,6 +44,8 @@ public function __construct(
4344
parent::__construct($settings, $elementInfoManager, $webformTokenManager);
4445
}
4546

47+
// phpcs:enable
48+
4649
/**
4750
* Build message.
4851
*

0 commit comments

Comments
 (0)