mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 19:12:42 +00:00
Grammatical fix in API docs only
Grammatical fix in API docs only reset
This commit is contained in:
parent
8db034cbf1
commit
df2fc07940
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ class HttpSocket extends CakeSocket {
|
|||
* Resets the state of this HttpSocket instance to it's initial state (before Object::__construct got executed) or does
|
||||
* the same thing partially for the request and the response property only.
|
||||
*
|
||||
* @param boolean $full If set to false only HttpSocket::response and HttpSocket::request are reseted
|
||||
* @param boolean $full If set to false only HttpSocket::response and HttpSocket::request are reset
|
||||
* @return boolean True on success
|
||||
*/
|
||||
public function reset($full = true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue