Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Apr 9, 2024
1 parent e98ea31 commit 86ee17c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Trait/DatabaseSchemaTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ protected function dropTables(): void
*
* @param string $sql The sql
*
* @return PDOStatement The statement
* @throws UnexpectedValueException
*
* @return PDOStatement The statement
*/
private function createQueryStatement(string $sql): PDOStatement
{
Expand All @@ -131,9 +131,9 @@ private function createQueryStatement(string $sql): PDOStatement
/**
* Import table schema.
*
* @return void
* @throws UnexpectedValueException
*
* @return void
*/
protected function importSchema(): void
{
Expand Down

0 comments on commit 86ee17c

Please sign in to comment.