Skip to content

Commit eafcc4c

Browse files
committed
Added extra line
1 parent 2c541cf commit eafcc4c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/CachePlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class CachePlugin implements Plugin
3535
* @param CacheItemPoolInterface $pool
3636
* @param StreamFactory $streamFactory
3737
* @param array $config {
38+
*
3839
* @var bool $respect_cache_headers Whether to look at the cache directives or ignore them.
3940
* @var int $default_ttl If we do not respect cache headers or can't calculate a good ttl, use this value.
4041
* }

src/DecoderPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class DecoderPlugin implements Plugin
3131

3232
/**
3333
* @param array $config {
34+
*
3435
* @var bool $use_content_encoding Whether this plugin should look at the Content-Encoding header first or only at the Transfer-Encoding (defaults to true).
3536
* }
3637
*/

src/PluginClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ final class PluginClient implements HttpClient, HttpAsyncClient
4444
* @param HttpClient|HttpAsyncClient $client
4545
* @param Plugin[] $plugins
4646
* @param array $options {
47+
*
4748
* @var int $max_restarts
4849
* }
4950
*

src/RedirectPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class RedirectPlugin implements Plugin
100100

101101
/**
102102
* @param array $config {
103+
*
103104
* @var bool|string[] $preserve_header True keeps all headers, false remove all of them, an array is interpreted as a list of header names to keep.
104105
* @var bool $use_default_for_multiple Whether the location header must be directly used for a multiple redirection status code (300).
105106
* }

src/RetryPlugin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class RetryPlugin implements Plugin
3232

3333
/**
3434
* @param array $config {
35+
*
3536
* @var int $retries Number of retries to attempt if an exception occurs before letting the exception bubble up.
3637
* }
3738
*/

0 commit comments

Comments
 (0)