8000 minor #26697 [Cache] Import InvalidArgumentException in PdoAdapter (K… · symfony/symfony@10ba44c · GitHub
[go: up one dir, main page]

Skip to content

Commit 10ba44c

Browse files
minor #26697 [Cache] Import InvalidArgumentException in PdoAdapter (KonstantinCodes)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #26697). Discussion ---------- [Cache] Import InvalidArgumentException in PdoAdapter | Q | A | ------------- | --- | Branch? |master <!-- see below --> | Bug fix? | yes | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | This PR merely imports the InvalidArgumentException in the PdoAdapter, which has been missing. Commits ------- b678f7f Import InvalidArgumentException in PdoAdapter
2 parents 99df7cb + b678f7f commit 10ba44c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/Adapter/PdoAdapter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Cache\Adapter;
1313

1414
use Doctrine\DBAL\Connection;
15+
use Symfony\Component\Cache\Exception\InvalidArgumentException;
1516
use Symfony\Component\Cache\PruneableInterface;
1617
use Symfony\Component\Cache\Traits\PdoTrait;
1718

0 commit comments

Comments
 (0)
0