Skip to content

Commit 4245e0a

Browse files
committed
[Webhook] Fix code style
1 parent c3ee787 commit 4245e0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
*/
2323
abstract class AbstractRequestParserTestCase extends TestCase
2424
{
25-
/**
26-
* @dataProvider getPayloads
27-
*/
2825
#[DataProvider('getPayloads')]
2926
public function testParse(string $payload, RemoteEvent|array $expected)
3027
{

0 commit comments

Comments
 (0)