<?phpnamespace FixturesProphecy;abstract class WithProtectedAbstractMethod{ abstract protected function innerDetail();}