Skip to content

Commit d5ff4a7

Browse files
committed
bug #467 [Platform] Fix @author tag (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Platform] Fix ``@author`` tag | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 5322bf6 fix: Complete `@author` tag with closing bracket in RawHttpResult.php
2 parents 9211d45 + 5322bf6 commit d5ff4a7

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)