Skip to content

Commit 52a25ea

Browse files
committed
scrutinizer fix
1 parent 61ba8bd commit 52a25ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unit/Specification/CompositeSpecificationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
use Mockery as m;
1616
use PHPUnit\Framework\TestCase;
17+
use PHPUnit\Framework\MockObject\MockObject;
1718

1819
/**
1920
* Test case for CompositeSpecification
@@ -24,7 +25,7 @@ class CompositeSpecificationTest extends TestCase
2425
/** @var m\MockInterface|HasExtension */
2526
private $hasExtension;
2627

27-
/** @var CompositeSpecification */
28+
/** @var CompositeSpecification|MockObject */
2829
private $fixture;
2930

3031
/**

0 commit comments

Comments
 (0)