Skip to content

Commit 7a5c39e

Browse files
committed
[TASK] Make Base62UrlKeyGeneratorTest compatible with PHP 7.4
1 parent e7447ba commit 7a5c39e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Tests/Unit/UrlKeyGenerator/Base62UrlKeyGeneratorTest.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ class Base62UrlKeyGeneratorTest extends TestCase
2828
{
2929
protected Base62UrlKeyGenerator $base62UrlKeyGenerator;
3030

31-
protected ExtensionConfiguration|MockObject $extensionConfigurationMock;
32-
33-
protected GeneralUtilityWrapper|MockObject $generalUtilityMock;
31+
/**
32+
* @var ExtensionConfiguration|MockObject
33+
*/
34+
protected $extensionConfigurationMock;
35+
36+
/**
37+
* @var GeneralUtilityWrapper|MockObject
38+
*/
39+
protected $generalUtilityMock;
3440

3541
protected function setUp(): void
3642
{

0 commit comments

Comments
 (0)