Skip to content

Commit

Permalink
Fix CS errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 1, 2018
1 parent 1db4d7e commit ddffdff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ public function enableSavePoints($enable)
/**
* Disables the usage of savepoints.
*
* @param bool $enable Whether or not save points should be used.
* @return $this
*/
public function disableSavePoints()
Expand Down
1 change: 0 additions & 1 deletion src/Database/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ public function enableAutoQuoting($enable = true)
*
* @return $this
*/

public function disableAutoQuoting()
{
$this->_autoQuoting = false;
Expand Down

0 comments on commit ddffdff

Please sign in to comment.