You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess the correct one is this. (or FQCN) @param array{'preserve_header'?: bool|string[], 'use_default_for_multiple'?: bool, 'strict'?: bool, 'stream_factory'?:StreamFactoryInterface} $config
The text was updated successfully, but these errors were encountered:
oh right. yes your suggestion looks right. i think the tools that understand array shapes also understand use, so the short name is better to keep it readable.
https://github.com/php-http/client-common/blob/2.x/src/Plugin/RedirectPlugin.php#L116
I guess the correct one is this. (or FQCN)
@param array{'preserve_header'?: bool|string[], 'use_default_for_multiple'?: bool, 'strict'?: bool, 'stream_factory'?:StreamFactoryInterface} $config
The text was updated successfully, but these errors were encountered: