<?phpnamespace FixturesProphecy;class WithReferences{ public function methodWithReferenceArgument(&$arg_1, ArrayAccess &$arg_2) { }}