File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
modules/os2forms_digital_post/src/Helper Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments