Skip to content

Commit

Permalink
Merge pull request #245 from Chris53897/feature/fix-php-doc
Browse files Browse the repository at this point in the history
chore: fix phpDoc for return values
  • Loading branch information
dbu committed Jan 29, 2024
2 parents 15020a0 + d34b90c commit d930a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/RedirectPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ final class RedirectPlugin implements Plugin
private $streamFactory;

/**
* @param array{'preserve_header'?: bool|string[], 'use_default_for_multiple'?: bool, 'strict'?: bool} $config
* @param array{'preserve_header'?: bool|string[], 'use_default_for_multiple'?: bool, 'strict'?: bool, 'stream_factory'?:StreamFactoryInterface} $config
*
* Configuration options:
* - preserve_header: True keeps all headers, false remove all of them, an array is interpreted as a list of header names to keep
Expand Down

0 comments on commit d930a40

Please sign in to comment.