Skip to content

Commit

Permalink
refactor: added missing type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed May 28, 2024
1 parent 1b72701 commit 213fc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpMyFAQ/Helper/TagsHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class TagsHelperTest extends TestCase
{
private $tagsHelper;
private TagsHelper $tagsHelper;

protected function setUp(): void
{
Expand Down

0 comments on commit 213fc5e

Please sign in to comment.