We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed7cb2 commit 5a71ec0Copy full SHA for 5a71ec0
dev/tests/functional/tests/app/Magento/ReleaseNotification/Mtf/App/State/NotificationHandler.php
@@ -38,6 +38,7 @@ public function __construct(DataInterface $configuration)
38
* @param AbstractState $state
39
* @return bool
40
* @throws \Exception
41
+ * @SuppressWarnings("unused")
42
*/
43
public function execute(AbstractState $state)
44
{
@@ -51,4 +52,4 @@ public function execute(AbstractState $state)
51
52
}
53
return false;
54
-}
55
+}
0 commit comments