Skip to content

Commit 784c930

Browse files
committed
minor symfony#58334 [Notifier][LineNotify] Add missing namespace (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Notifier][LineNotify] Add missing namespace | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 7ce95b9 add missing namespace declaration
2 parents 3525de5 + 7ce95b9 commit 784c930

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportFactoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* file that was distributed with this source code.
1010
*/
1111

12+
namespace Symfony\Component\Notifier\Bridge\LineNotify\Tests;
13+
1214
use Symfony\Component\Notifier\Bridge\LineNotify\LineNotifyTransportFactory;
1315
use Symfony\Component\Notifier\Test\TransportFactoryTestCase;
1416

0 commit comments

Comments
 (0)