Skip to content

Commit 120ee84

Browse files
jfreixaondrejmirtes
authored andcommitted
add fix in phpstan stub
1 parent 326dfdd commit 120ee84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/MockInterface.stub

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ interface LegacyMockInterface
3232
*/
3333
public function makePartial();
3434

35+
/**
36+
* @return static
37+
*/
38+
public function shouldAllowMockingProtectedMethods();
39+
3540
}
3641

3742
class Expectation

0 commit comments

Comments
 (0)