Skip to content

Commit d930a40

Browse files
authored
Merge pull request #245 from Chris53897/feature/fix-php-doc
chore: fix phpDoc for return values
2 parents 15020a0 + d34b90c commit d930a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugin/RedirectPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ final class RedirectPlugin implements Plugin
113113
private $streamFactory;
114114

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

0 commit comments

Comments
 (0)