Fix cs error introduced after resolving merge conflict with master to 2.6

This commit is contained in:
Ceeram 2014-07-21 14:01:43 +02:00
parent 0d14bf7cc8
commit 02b8bce641

View file

@ -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()) {