mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix cs error introduced after resolving merge conflict with master to 2.6
This commit is contained in:
parent
0d14bf7cc8
commit
02b8bce641
1 changed files with 1 additions and 0 deletions
|
@ -1751,6 +1751,7 @@ class Model extends Object implements CakeEventListener {
|
||||||
* - `counterCache`: Boolean to control updating of counter caches (if any)
|
* - `counterCache`: Boolean to control updating of counter caches (if any)
|
||||||
*
|
*
|
||||||
* @return mixed On success Model::$data if its not empty or true, false on failure
|
* @return mixed On success Model::$data if its not empty or true, false on failure
|
||||||
|
* @throws PDOException
|
||||||
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html
|
* @link http://book.cakephp.org/2.0/en/models/saving-your-data.html
|
||||||
*/
|
*/
|
||||||
protected function _doSave($data = null, $options = array()) {
|
protected function _doSave($data = null, $options = array()) {
|
||||||
|
|
Loading…
Reference in a new issue