We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed5c85 commit a9e1d11Copy full SHA for a9e1d11
src/CachePlugin.php
@@ -76,7 +76,6 @@ public function __construct(CacheItemPoolInterface $pool, StreamFactory $streamF
76
throw new \InvalidArgumentException('You can\'t provide config option "respect_cache_headers" and "respect_response_cache_directives". '.'Use "respect_response_cache_directives" instead.');
77
}
78
79
-
80
$optionsResolver = new OptionsResolver();
81
$this->configureOptions($optionsResolver);
82
$this->config = $optionsResolver->resolve($config);
0 commit comments