Skip to content

Commit

Permalink
Update the method definition to match the one in updated phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Apr 6, 2020
1 parent 8c3beb3 commit 6ad016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestCase/TestDoubles.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ trait TestDoubles
{
abstract public function getMockBuilder(string $className): MockBuilder;

abstract protected function prophesize($classOrInterface = null): ObjectProphecy;
abstract protected function prophesize(?string $classOrInterface = null): ObjectProphecy;

/**
* @before
Expand Down

0 comments on commit 6ad016c

Please sign in to comment.