Skip to content

Commit

Permalink
fixed previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 3, 2014
1 parent 636f0d5 commit ceb4e0e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Symfony/Component/HttpFoundation/HeaderBag.php
Expand Up @@ -247,8 +247,6 @@ public function getDate($key, \DateTime $default = null)
*
* @param string $key The Cache-Control directive name
* @param mixed $value The Cache-Control directive value
*
* @api
*/
public function addCacheControlDirective($key, $value = true)
{
Expand All @@ -263,8 +261,6 @@ public function addCacheControlDirective($key, $value = true)
* @param string $key The Cache-Control directive
*
* @return bool true if the directive exists, false otherwise
*
* @api
*/
public function hasCacheControlDirective($key)
{
Expand All @@ -277,8 +273,6 @@ public function hasCacheControlDirective($key)
* @param string $key The directive name
*
* @return mixed|null The directive value if defined, null otherwise
*
* @api
*/
public function getCacheControlDirective($key)
{
Expand All @@ -289,8 +283,6 @@ public function getCacheControlDirective($key)
* Removes a Cache-Control directive.
*
* @param string $key The Cache-Control directive
*
* @api
*/
public function removeCacheControlDirective($key)
{
Expand Down

0 comments on commit ceb4e0e

Please sign in to comment.