Skip to content

Commit a9e1d11

Browse files
author
Till Hildebrandt
committed
Fix CI # 3
- that has been a fine restriction
1 parent 0ed5c85 commit a9e1d11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CachePlugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ public function __construct(CacheItemPoolInterface $pool, StreamFactory $streamF
7676
throw new \InvalidArgumentException('You can\'t provide config option "respect_cache_headers" and "respect_response_cache_directives". '.'Use "respect_response_cache_directives" instead.');
7777
}
7878

79-
8079
$optionsResolver = new OptionsResolver();
8180
$this->configureOptions($optionsResolver);
8281
$this->config = $optionsResolver->resolve($config);

0 commit comments

Comments
 (0)