Skip to content

Commit

Permalink
Fix admin extractor test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Januszewski committed Sep 1, 2023
1 parent fd66374 commit 6ce3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Translator/Extractor/AdminExtractorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class AdminExtractorTest extends TestCase
/**
* @var AdminInterface<object>&MockObject
*/
private AdminInterface$fooAdmin;
private AdminInterface $fooAdmin;

/**
* @var AdminInterface<object>&MockObject
Expand Down

0 comments on commit 6ce3078

Please sign in to comment.