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 b412ae0 commit 136b10cCopy full SHA for 136b10c
dev/tests/api-functional/framework/Magento/TestFramework/Authentication/Rest/OauthClient/Signature.php
@@ -19,7 +19,7 @@ class Signature extends \OAuth\OAuth1\Signature\Signature
19
* @param Utility $helper
20
* @param CredentialsInterface $credentials
21
*/
22
- public function __construct(readonly Utility $helper, CredentialsInterface $credentials)
+ public function __construct(private readonly Utility $helper, CredentialsInterface $credentials)
23
{
24
parent::__construct($credentials);
25
}
0 commit comments