Skip to content

Commit 5322bf6

Browse files
committed
fix: Complete @author tag with closing bracket in RawHttpResult.php
1 parent 9211d45 commit 5322bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/src/Result/RawHttpResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Contracts\HttpClient\ResponseInterface;
1515

1616
/**
17-
* @author Christopher Hertel <[email protected]
17+
* @author Christopher Hertel <[email protected]>
1818
*/
1919
final readonly class RawHttpResult implements RawResultInterface
2020
{

0 commit comments

Comments
 (0)