Skip to content

Commit 614cbdc

Browse files
committed
update code
1 parent c72de6a commit 614cbdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Test/Unit/Model/Config/Backend/BaseurlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ public function testSaveMergedJsCssMustBeCleaned()
6464

6565
/**
6666
* @dataProvider beforeSaveDataProvider
67-
* @param string|null $value
68-
* @param string|bool $expectedValue false if exception to be thrown
67+
* @param string $value
68+
* @param string $expectedValue
6969
* @return void
7070
*/
7171
public function testBeforeSaveConvertLowerCase($value, $expectedValue)

0 commit comments

Comments
 (0)