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

Skip to content

Commit a73064d

Browse files
committed
Apply review changes
1 parent 0a1be0f commit a73064d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function createFactory(): BandwidthTransportFactory
2222

2323
public function createProvider(): iterable
2424
{
25-
yield ['bandwidth://host.test?from=0611223344&account_id=account_id&application_id=application_id&priority=priority', 'bandwidth://username:[email protected]?from=0611223344&account_id=account_id&application_id=application_id&priority=priority'];
25+
yield ['bandwidth://host.test?from=0611223344&account_id=account_id&application_id=application_id&priority=priority', 'bandwidth://username:[email protected]?from=0611223344&account_id=account_id&application_id=application_id&priority=priority', 'bandwidth://username:[email protected]?from=0611223344&account_id=account_id&application_id=application_id'];
2626
}
2727

2828
public function incompleteDsnProvider(): iterable

src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public function createTransport(HttpClientInterface $client = null, string $from
2929

3030
public function invalidFromProvider(): iterable
3131
{
32-
// phone numbers
3332
yield 'no zero at start if phone number' => ['+0'];
3433
yield 'phone number too short' => ['+1'];
3534
}

src/Symfony/Component/Notifier/Bridge/Bandwidth/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@
2020
],
2121
"require": {
2222
"php": ">=8.1",
23-
"symfony/event-dispatcher": "^5.4|^6.0",
2423
"symfony/http-client": "^5.4|^6.0",
2524
"symfony/notifier": "^6.3"
2625
},
26+
"require-dev": {
27+
"symfony/event-dispatcher": "^5.4|^6.0"
28+
},
2729
"autoload": {
2830
"psr-4": {"Symfony\\Component\\Notifier\\Bridge\\Bandwidth\\": ""},
2931
"exclude-from-classmap": [

0 commit comments

Comments
 (0)