Skip to content

Commit bdf8ded

Browse files
committed
Fixed build
1 parent 0c0d899 commit bdf8ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mockery/Type/ShouldReceiveDynamicReturnTypeExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ShouldReceiveDynamicReturnTypeExtension implements DynamicMethodReturnType
1414

1515
public function getClass(): string
1616
{
17-
return \Mockery\MockInterface::class;
17+
return 'Mockery\\MockInterface';
1818
}
1919

2020
public function isMethodSupported(MethodReflection $methodReflection): bool

0 commit comments

Comments
 (0)