I would be nice if phpstan could return an error for ``` $foo = $this->createMock(Foo::class); $foo->method('nonExistingMethod'); ``` `$foo` is know as `Foo&MockObject` so I think this would be possible.