This commit is contained in:
Fabien Potencier 2016-01-25 08:27:56 +01:00
parent 4b9f6c7aa8
commit fb729eecfa

View File

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