<?phpnamespace FixturesProphecy;interface ModifierInterface{ public function isAbstract(); public function getVisibility();}