Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox authored and x86demon committed Jul 1, 2024
1 parent 990939b commit 180c279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Oro/Tests/Connection/TestUtil.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public static function getPlatformName(): string

if ($platform instanceof AbstractMySQLPlatform) {
return 'mysql';
} else if ($platform instanceof PostgreSQLPlatform) {
} elseif ($platform instanceof PostgreSQLPlatform) {
return 'postgresql';
}

Expand Down

0 comments on commit 180c279

Please sign in to comment.