It would be amazing if we could typehint our prophecies with Generics phpdoc: ``` /** * @var ObjectProphecy<ClassBeingMocked> */ private $prophecy; ```