mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +01:00
Fix exception class in InvocationMocker und MockBuilder strub
This commit is contained in:
parent
a95b6b8f05
commit
7c48505f03
@ -8,7 +8,7 @@ class InvocationMocker
|
||||
*
|
||||
* @return static
|
||||
*
|
||||
* @throws RuntimeException
|
||||
* @throws \RuntimeException
|
||||
*/
|
||||
public function with(...$arguments) {}
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ interface MockObject
|
||||
*
|
||||
* @return InvocationMocker
|
||||
*
|
||||
* @throws RuntimeException
|
||||
* @throws \RuntimeException
|
||||
*/
|
||||
public function method($constraint);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user