<?php namespace Fixtures\Prophecy; class WithTypehintedVariadicArgument { function methodWithTypeHintedArgs(array ...$args) { } }
info at phpclasses dot org