From 0c1dde3b4b4a7644e5f04c1308f697cf129b2844 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 27 Jul 2016 10:28:08 -0400 Subject: [PATCH] Applied fixes from StyleCI [ci skip] [skip ci] --- src/CachePlugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CachePlugin.php b/src/CachePlugin.php index dbb3bab..956be5b 100644 --- a/src/CachePlugin.php +++ b/src/CachePlugin.php @@ -37,7 +37,7 @@ final class CachePlugin implements Plugin * @param StreamFactory $streamFactory * @param array $config { * - * @var bool $respect_cache_headers Whether to look at the cache directives or ignore them. + * @var bool $respect_cache_headers Whether to look at the cache directives or ignore them * @var int $default_ttl If we do not respect cache headers or can't calculate a good ttl, use this value. * } */ @@ -123,7 +123,7 @@ protected function isCacheable(ResponseInterface $response) * @param ResponseInterface $response * @param string $name The field of Cache-Control to fetch * - * @return bool|string The value of the directive, true if directive without value, false if directive not present. + * @return bool|string The value of the directive, true if directive without value, false if directive not present */ private function getCacheControlDirective(ResponseInterface $response, $name) {