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 c76716f commit ca02555Copy full SHA for ca02555
dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient.php
@@ -59,6 +59,7 @@ public function __construct(
59
$storage = new \OAuth\Common\Storage\Memory();
60
}
61
if (!isset($helper)) {
62
+ /** @phpstan-ignore-next-line */
63
$helper = new Utility(new HTTPUtility(), new HmacFactory(ObjectManager::getInstance()));
64
65
if (!isset($signature)) {
0 commit comments