Skip to content

Commit bd5d45d

Browse files
authored
Merge pull request #52 from func0der/mark-method-not-deprecated
Add @not-deprecated annotation to avoid PHPStan errors
2 parents eb6e1c4 + f2a8053 commit bd5d45d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ProphecyTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ trait ProphecyTrait
3535
* @throws InterfaceNotFoundException
3636
*
3737
* @psalm-param class-string|null $classOrInterface
38+
* @not-deprecated
3839
*/
3940
protected function prophesize(?string $classOrInterface = null): ObjectProphecy
4041
{

0 commit comments

Comments
 (0)