We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7447ba commit 7a5c39eCopy full SHA for 7a5c39e
Tests/Unit/UrlKeyGenerator/Base62UrlKeyGeneratorTest.php
@@ -28,9 +28,15 @@ class Base62UrlKeyGeneratorTest extends TestCase
28
{
29
protected Base62UrlKeyGenerator $base62UrlKeyGenerator;
30
31
- protected ExtensionConfiguration|MockObject $extensionConfigurationMock;
32
-
33
- protected GeneralUtilityWrapper|MockObject $generalUtilityMock;
+ /**
+ * @var ExtensionConfiguration|MockObject
+ */
34
+ protected $extensionConfigurationMock;
35
+
36
37
+ * @var GeneralUtilityWrapper|MockObject
38
39
+ protected $generalUtilityMock;
40
41
protected function setUp(): void
42
0 commit comments