Skip to content

Commit

Permalink
Fix docblock to what its interface contracts says.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Jun 6, 2018
1 parent a3c9377 commit 2f765a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Table.php
Expand Up @@ -1880,7 +1880,7 @@ public function exists($conditions)
*
* @param \Cake\Datasource\EntityInterface $entity
* @param array $options
* @return bool|\Cake\Datasource\EntityInterface|mixed
* @return \Cake\Datasource\EntityInterface|false
* @throws \Cake\ORM\Exception\RolledbackTransactionException If the transaction is aborted in the afterSave event.
*/
public function save(EntityInterface $entity, $options = [])
Expand Down

0 comments on commit 2f765a4

Please sign in to comment.