Hello, SprintfReturnTypeProvider crashes when sprintf is used with array unpacking because it considers there's one arg only, eg: ```php $array = ['foo', 'bar', 'ccc']; sprintf('%s %s %s', ...$array); ```