psalm-plugin-phpunit/stubs/InvocationMocker.phpstub
Bruce Weirdan 5128529ca9
Rename stubs from *.php to *.phpstub
This hides them from PHPStorm, preventing false positives it used to
emit.
2020-04-05 20:49:25 +03:00

15 lines
243 B
Plaintext

<?php
namespace PHPUnit\Framework\MockObject\Builder;
class InvocationMocker
{
/**
* @param mixed ...$arguments
*
* @return static
*
* @throws RuntimeException
*/
public function with(...$arguments) {}
}