Skip to content

CS fixes #61318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2025
Merged

CS fixes #61318

merged 1 commit into from
Aug 4, 2025

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 7.4
Bug fix? no
New feature? no
Deprecations? no
Issues -
License MIT

@nicolas-grekas nicolas-grekas merged commit 2c8cbee into symfony:7.4 Aug 4, 2025
10 of 12 checks passed
@@ -93,9 +94,9 @@ private static function getSqlitePlatform(): AbstractPlatform
{
if (interface_exists(Exception::class)) {
// DBAL 4+
return new \Doctrine\DBAL\Platforms\SQLitePlatform();
return new SQLitePlatform();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we had it this way on purpose (note the different casing SQLitePlatform vs SqlitePlatform)

@nicolas-grekas nicolas-grekas deleted the cs branch August 4, 2025 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants