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 2448894 commit c552e35Copy full SHA for c552e35
dev/tests/api-functional/_files/Magento/TestModuleBraintree/Model/Adapter/BraintreeAdapter.php
@@ -28,10 +28,10 @@ class BraintreeAdapter extends \Magento\Braintree\Model\Adapter\BraintreeAdapter
28
private $mockResponseDataProvider;
29
30
/**
31
- * @param $merchantId
32
- * @param $publicKey
33
- * @param $privateKey
34
- * @param $environment
+ * @param string $merchantId
+ * @param string $publicKey
+ * @param string $privateKey
+ * @param string $environment
35
* @param MockResponseDataProvider $mockResponseDataProvider
36
*/
37
public function __construct(
0 commit comments