8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f489e9 commit f9177f3Copy full SHA for f9177f3
src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php
@@ -192,7 +192,7 @@ public function getOptionProvider(): iterable
192
'default-value',
193
'scheme://u$er:pa$s@localhost:8000/channel?empty=',
194
'empty',
195
- 'default-value'
+ 'default-value',
196
];
197
198
yield [
@@ -205,7 +205,7 @@ public function getOptionProvider(): iterable
205
206
'scheme://u$er:pa$s@localhost:8000/channel?option=value',
207
'non_existent_property',
208
209
210
}
211
0 commit comments