Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Aug 12, 2018
1 parent 0c0d899 commit bdf8ded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ShouldReceiveDynamicReturnTypeExtension implements DynamicMethodReturnType

public function getClass(): string
{
return \Mockery\MockInterface::class;
return 'Mockery\\MockInterface';
}

public function isMethodSupported(MethodReflection $methodReflection): bool
Expand Down

0 comments on commit bdf8ded

Please sign in to comment.