Refactor Object to CakeObject for future PHP7 comp.

This commit is contained in:
mscherer 2016-04-08 14:33:26 +02:00
parent 96c9521802
commit dda9e83ab6
30 changed files with 58 additions and 53 deletions

View file

@ -1023,7 +1023,7 @@ class HttpSocket extends CakeSocket {
}
/**
* Resets the state of this HttpSocket instance to it's initial state (before Object::__construct got executed) or does
* Resets the state of this HttpSocket instance to it's initial state (before CakeObject::__construct got executed) or does
* the same thing partially for the request and the response property only.
*
* @param bool $full If set to false only HttpSocket::response and HttpSocket::request are reset