<?phpnamespace FixturesProphecy;class WithTypehintedVariadicArgument{ function methodWithTypeHintedArgs(array ...$args) { }}