Skip to content

Commit 1fd7d2b

Browse files
lcobuccisebastianbergmann
authored andcommitted
Fix class name in doc block
When putting the annotation back we forgot to use the aliased name. This fixes it, making static analysers and IDEs work as expected. More info: 31df2e8
1 parent b258457 commit 1fd7d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/MockObject/MockObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use PHPUnit\Framework\MockObject\Matcher\Invocation;
1414

1515
/**
16-
* @method InvocationMocker method($constraint)
16+
* @method BuilderInvocationMocker method($constraint)
1717
*/
1818
interface MockObject /*extends Verifiable*/
1919
{

0 commit comments

Comments
 (0)