Skip to content

Commit

Permalink
Fix a PSAM annotation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Oct 7, 2020
1 parent 2d7a9df commit 08db3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProphecyTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ trait ProphecyTrait
* @throws DoubleException
* @throws InterfaceNotFoundException
*
* @psalm-param class-string|null $type
* @psalm-param class-string|null $classOrInterface
*/
protected function prophesize(?string $classOrInterface = null): ObjectProphecy
{
Expand Down

0 comments on commit 08db3fb

Please sign in to comment.