Skip to content

Commit

Permalink
MAGETWO-36930: [GITHUB] Store config re-encrypt encrypted values on s…
Browse files Browse the repository at this point in the history
…ave #1223

- Added parameter type in docblock
  • Loading branch information
anupdugar committed May 7, 2015
1 parent 968fbef commit f977c5f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ public function testProcessValue()
* @covers \Magento\Config\Model\Config\Backend\Encrypted::beforeSave
* @dataProvider beforeSaveDataProvider
*
* @param $value
* @param $expectedValue
* @param $encryptMethodCall
* @param string $value
* @param string $expectedValue
* @param int $encryptMethodCall
*/
public function testBeforeSave($value, $expectedValue, $encryptMethodCall)
{
Expand Down

0 comments on commit f977c5f

Please sign in to comment.