|
@@ -30,9 +30,9 @@ class CacheControl
|
|
|
/**
|
|
|
* Constructor.
|
|
|
*
|
|
|
- * @param Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
|
|
|
- * @param string $header The value of the Cache-Control HTTP header
|
|
|
- * @param string $type The type (null, request, or response)
|
|
|
+ * @param \Symfony\Components\HttpFoundation\HeaderBag $bag A HeaderBag instance
|
|
|
+ * @param string $header The value of the Cache-Control HTTP header
|
|
|
+ * @param string $type The type (null, request, or response)
|
|
|
*/
|
|
|
public function __construct(HeaderBag $bag, $header, $type = null)
|
|
|
{
|