Skip to content

Commit

Permalink
fix: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwemox committed Apr 24, 2024
1 parent 9fa0eed commit 6122f49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"doctrine/data-fixtures": "^1.3",
"symfony/yaml": "5.*",
"symfony/cache": "5.*",
"squizlabs/php_codesniffer": "3.5.*",
"squizlabs/php_codesniffer": "3.9.*",
"doctrine/annotations": "~2.0"
},
"autoload": {
Expand Down
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 6122f49

Please sign in to comment.