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 968fbef commit f977c5fCopy full SHA for f977c5f
app/code/Magento/Config/Test/Unit/Model/Config/Backend/EncryptedTest.php
@@ -87,9 +87,9 @@ public function testProcessValue()
87
* @covers \Magento\Config\Model\Config\Backend\Encrypted::beforeSave
88
* @dataProvider beforeSaveDataProvider
89
*
90
- * @param $value
91
- * @param $expectedValue
92
- * @param $encryptMethodCall
+ * @param string $value
+ * @param string $expectedValue
+ * @param int $encryptMethodCall
93
*/
94
public function testBeforeSave($value, $expectedValue, $encryptMethodCall)
95
{
0 commit comments