Skip to content

Commit

Permalink
Fixing CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 17, 2014
1 parent d44b293 commit 3de5dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Table.php
Expand Up @@ -1182,6 +1182,8 @@ protected function _processSave($entity, $options) {
* @param \Cake\ORM\Entity the subject entity from were $data was extracted * @param \Cake\ORM\Entity the subject entity from were $data was extracted
* @param array $data The actual data that needs to be saved * @param array $data The actual data that needs to be saved
* @return \Cake\ORM\Entity|boolean * @return \Cake\ORM\Entity|boolean
* @throws \RuntimeException if not all the primary keys where supplied or could
* be generated when the table has composite primary keys
*/ */
protected function _insert($entity, $data) { protected function _insert($entity, $data) {
$primary = (array)$this->primaryKey(); $primary = (array)$this->primaryKey();
Expand Down

0 comments on commit 3de5dbc

Please sign in to comment.