Skip to content

Commit 08db3fb

Browse files
authored
Fix a PSAM annotation (#26)
1 parent 2d7a9df commit 08db3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/ProphecyTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ trait ProphecyTrait
3434
* @throws DoubleException
3535
* @throws InterfaceNotFoundException
3636
*
37-
* @psalm-param class-string|null $type
37+
* @psalm-param class-string|null $classOrInterface
3838
*/
3939
protected function prophesize(?string $classOrInterface = null): ObjectProphecy
4040
{

0 commit comments

Comments
 (0)