Skip to content

Commit f35f975

Browse files
minor symfony#59885 Fix CS (lyrixx)
This PR was merged into the 6.4 branch. Discussion ---------- Fix CS | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT --- Nothing important, but I noticed that trying to debug something Commits ------- 05a92d8 Fix CS
2 parents ec9aab8 + 05a92d8 commit f35f975

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
1515
use Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector;
1616

17-
/*
17+
/**
1818
* @author Mathieu Santostefano <[email protected]>
1919
*/
20-
2120
trait HttpClientAssertionsTrait
2221
{
2322
public static function assertHttpClientRequest(string $expectedUrl, string $expectedMethod = 'GET', string|array|null $expectedBody = null, array $expectedHeaders = [], string $httpClientId = 'http_client'): void

src/Symfony/Bundle/FrameworkBundle/Test/NotificationAssertionsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Notifier\Message\MessageInterface;
1818
use Symfony\Component\Notifier\Test\Constraint as NotifierConstraint;
1919

20-
/*
20+
/**
2121
* @author Smaïne Milianni <[email protected]>
2222
*/
2323
trait NotificationAssertionsTrait

0 commit comments

Comments
 (0)