Skip to content

Commit c2d993b

Browse files
committed
bug #38856 [Cache] Add missing use statement (fabpot)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Cache] Add missing use statement | Q | A | ------------- | --- | Branch? | 4.4 | 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 #", no need to create an issue if none exist, explain below instead --> | License | MIT | Doc PR | n/a Commits ------- bcb27b4 [Cache] Add missing use statement
2 parents f5f30bf + bcb27b4 commit c2d993b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
use Psr\Cache\CacheItemInterface;
1515
use Symfony\Component\Cache\CacheItem;
16+
use Symfony\Component\Cache\Exception\InvalidArgumentException;
1617

1718
/**
1819
* @author Nicolas Grekas <p@tchwork.com>

0 commit comments

Comments
 (0)