The following is not correctly typed by the plugin /*\* @var Foo|Phake_IMock */ protected $fooMock; public function testFoo() { Phake::when($this->fooMock)-> ... }