This commit is contained in:
Fabien Potencier 2016-01-25 08:27:56 +01:00
parent 4b9f6c7aa8
commit fb729eecfa
1 changed files with 2 additions and 2 deletions

View File

@ -976,12 +976,12 @@ class Response
return $notModified;
}
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
/**
* Is response invalid?
*
* @return bool
*
* @see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
*/
public function isInvalid()
{