Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71b3912

Browse filesBrowse files
committed
minor #36628 Fxi missing use statement (fabpot)
This PR was merged into the 5.1-dev branch. Discussion ---------- Fxi missing use statement | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tickets | n/a <!-- prefix each issue number with "Fix #", if any --> | License | MIT | Doc PR | n/a Commits ------- 8022f6c Fxi missing use statement
2 parents b2d1ec5 + 8022f6c commit 71b3912
Copy full SHA for 71b3912

File tree

1 file changed

+1
-0
lines changed
Filter options
  • src/Symfony/Component/Messenger/Bridge/Doctrine/Transport

1 file changed

+1
-0
lines changed

‎src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use Doctrine\DBAL\Schema\Synchronizer\SchemaSynchronizer;
2121
use Doctrine\DBAL\Schema\Synchronizer\SingleDatabaseSynchronizer;
2222
use Doctrine\DBAL\Types\Type;
23+
use Doctrine\DBAL\Types\Types;
2324
use Symfony\Component\Messenger\Exception\InvalidArgumentException;
2425
use Symfony\Component\Messenger\Exception\TransportException;
2526
use Symfony\Contracts\Service\ResetInterface;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.