Skip to content

Commit 5a71ec0

Browse files
committed
MQE-655: Deliver changes to Magento mainline with bug fixes
- fix static test failure
1 parent aed7cb2 commit 5a71ec0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/ReleaseNotification/Mtf/App/State/NotificationHandler.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function __construct(DataInterface $configuration)
3838
* @param AbstractState $state
3939
* @return bool
4040
* @throws \Exception
41+
* @SuppressWarnings("unused")
4142
*/
4243
public function execute(AbstractState $state)
4344
{
@@ -51,4 +52,4 @@ public function execute(AbstractState $state)
5152
}
5253
return false;
5354
}
54-
}
55+
}

0 commit comments

Comments
 (0)