Skip to content

Commit 20037ec

Browse files
MC-29566: [2.4.x] Deprecate SID query parameter-related methods
1 parent a6b4d2b commit 20037ec

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Theme/Test/Unit/Model/Design/Backend

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Test/Unit/Model/Design/Backend/ImageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ImageTest extends \PHPUnit\Framework\TestCase
3636
/**
3737
* @inheritdoc
3838
*/
39-
public function setUp()
39+
public function setUp(): void
4040
{
4141
$context = $this->getMockObject(Context::class);
4242
$registry = $this->getMockObject(Registry::class);

0 commit comments

Comments
 (0)