Skip to content

Commit

Permalink
refactor: add property types on tests classes (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Jan 3, 2025
1 parent 1ae73ce commit 8fcb033
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/TraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ class TraitTest extends TestCase
{
use TranslatorTrait;

/**
* @var \PHPUnit\Framework\MockObject\MockObject|ContainerInterface
*/
private $container;
private Container $container;

public function setUp(): void
{
Expand Down

0 comments on commit 8fcb033

Please sign in to comment.