<?phpnamespace FixturesProphecy;class WithFinalMethod{ final public function finalImplementation() { }}