Skip to content

Commit c552e35

Browse files
committed
Add parent-compatible typehint to constructor docblock
1 parent 2448894 commit c552e35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/tests/api-functional/_files/Magento/TestModuleBraintree/Model/Adapter/BraintreeAdapter.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ class BraintreeAdapter extends \Magento\Braintree\Model\Adapter\BraintreeAdapter
2828
private $mockResponseDataProvider;
2929

3030
/**
31-
* @param $merchantId
32-
* @param $publicKey
33-
* @param $privateKey
34-
* @param $environment
31+
* @param string $merchantId
32+
* @param string $publicKey
33+
* @param string $privateKey
34+
* @param string $environment
3535
* @param MockResponseDataProvider $mockResponseDataProvider
3636
*/
3737
public function __construct(

0 commit comments

Comments
 (0)