Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f3e387

Browse files
committed
minor #49378 [Notifier] Add missing use statement (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- [Notifier] Add missing use statement | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | n/a Commits ------- 345e651 [Notifier] Add missing use statement
2 parents 821f20b + 345e651 commit 7f3e387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Symfony\Component\Notifier\Exception\UnsupportedSchemeException;
1818
use Symfony\Component\Notifier\Transport\Dsn;
1919
use Symfony\Component\Notifier\Transport\TransportFactoryInterface;
20+
use Symfony\Component\Notifier\Transport\TransportInterface;
2021

2122
/**
2223
* A test case to ease testing a notifier transport factory.

0 commit comments

Comments
 (0)