psalm-plugin-phpunit/stubs/InvocationMocker.phpstub

15 lines
244 B
Plaintext
Raw Normal View History

2018-11-25 07:40:30 +01:00
<?php
namespace PHPUnit\Framework\MockObject\Builder;
class InvocationMocker
{
/**
* @param mixed ...$arguments
*
* @return static
*
* @throws \RuntimeException
2018-11-25 07:40:30 +01:00
*/
public function with(...$arguments) {}
}