Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored and dereuromark committed Nov 15, 2016
1 parent 080b958 commit c7d4415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Database/Connection.php
Expand Up @@ -518,8 +518,8 @@ public function rollback()
*
* ### Example:
*
* `$connection->useSavePoints(true)` Returns true if drivers supports save points, false otherwise
* `$connection->useSavePoints(false)` Disables usage of savepoints and returns false
* `$connection->enableSavePoints(true)` Returns true if drivers supports save points, false otherwise
* `$connection->enableSavePoints(false)` Disables usage of savepoints and returns false
*
* @param bool $enable Whether or not save points should be used.
* @return $this
Expand Down

0 comments on commit c7d4415

Please sign in to comment.