File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ final class CachePlugin implements Plugin
3737 * @param StreamFactory $streamFactory
3838 * @param array $config {
3939 *
40- * @var bool $respect_cache_headers Whether to look at the cache directives or ignore them.
40+ * @var bool $respect_cache_headers Whether to look at the cache directives or ignore them
4141 * @var int $default_ttl If we do not respect cache headers or can't calculate a good ttl, use this value.
4242 * }
4343 */
@@ -123,7 +123,7 @@ protected function isCacheable(ResponseInterface $response)
123123 * @param ResponseInterface $response
124124 * @param string $name The field of Cache-Control to fetch
125125 *
126- * @return bool|string The value of the directive, true if directive without value, false if directive not present.
126+ * @return bool|string The value of the directive, true if directive without value, false if directive not present
127127 */
128128 private function getCacheControlDirective (ResponseInterface $ response , $ name )
129129 {
You can’t perform that action at this time.
0 commit comments