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

Skip to content

Commit 4d3dd9a

Browse files
authored
Update src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php
1 parent afd0b1e commit 4d3dd9a

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Notifier/Tests/Transport

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function invalidDsnProvider(): iterable
111111
];
112112
}
113113

114-
public function testGetOption(): void
114+
public function testGetOption()
115115
{
116116
$options = ['with_value' => 'some value', 'nullable' => null];
117117
$dsn = new Dsn('scheme', 'localhost', 'u$er', 'pa$s', '8000', $options, '/channel');

0 commit comments

Comments
 (0)