diff --git a/src/Header/CacheControl.php b/src/Header/CacheControl.php index e1cda1b712..65d3dd3530 100644 --- a/src/Header/CacheControl.php +++ b/src/Header/CacheControl.php @@ -39,7 +39,7 @@ public static function fromString($headerLine) // check to ensure proper header type for this factory if (strtolower($name) !== 'cache-control') { throw new Exception\InvalidArgumentException(sprintf( - 'Invalid header line for Cache-Control string: ""', + 'Invalid header line for Cache-Control string: "%s"', $name )); }