Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilwylegala committed Sep 21, 2024
1 parent 4bb79b7 commit 0314219
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Cake/Model/Datasource/PDOExceptionWithQueryString.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ class PDOExceptionWithQueryString extends PDOException {

public string $queryString = "";

public function __construct(PDOException $e)
{
public function __construct(PDOException $e) {
parent::__construct($e->getMessage(), $e->getCode(), $e->getPrevious());
}
}

0 comments on commit 0314219

Please sign in to comment.