Skip to content

Commit 213fc5e

Browse files
committed
refactor: added missing type hint
1 parent 1b72701 commit 213fc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpMyFAQ/Helper/TagsHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class TagsHelperTest extends TestCase
88
{
9-
private $tagsHelper;
9+
private TagsHelper $tagsHelper;
1010

1111
protected function setUp(): void
1212
{

0 commit comments

Comments
 (0)