Skip to content

Commit

Permalink
Fix format, probably need to introduce formatting tool to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
harikt committed Dec 21, 2024
1 parent c10530b commit 1d76d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PdoInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function lastInsertId(?string $name = null): string|false;
* @see http://php.net/manual/en/pdo.prepare.php
*/
public function prepare(string $query, array $options = []): PDOStatement|false;

/**
*
* Queries the database and returns a PDOStatement.
Expand Down

0 comments on commit 1d76d7c

Please sign in to comment.