Skip to content

Commit db31039

Browse files
authored
Merge pull request #80 from php-http/analysis-GPwx0g
Apply fixes from StyleCI
2 parents 63bc3f7 + 46a6d98 commit db31039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CachePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ private function configureOptions(OptionsResolver $resolver): void
354354
$resolver->setDefaults([
355355
'cache_lifetime' => 86400 * 30, // 30 days
356356
'default_ttl' => 0,
357-
//Deprecated as of v1.3, to be removed in v2.0. Use respect_response_cache_directives instead
357+
// Deprecated as of v1.3, to be removed in v2.0. Use respect_response_cache_directives instead
358358
'respect_cache_headers' => null,
359359
'hash_algo' => 'sha1',
360360
'methods' => ['GET', 'HEAD'],

0 commit comments

Comments
 (0)