Skip to content

Commit d81e850

Browse files
authored
Merge pull request #75 from petk/patch-1
Fix typo in PHP docblock
2 parents 11dcf4d + 65ef063 commit d81e850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bridges/HttpKernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected function mapRequest(ServerRequestInterface $psrRequest)
169169
* Convert Symfony\Component\HttpFoundation\Response to React\Http\Response
170170
*
171171
* @param SymfonyResponse $syResponse
172-
« @return ResponseInterface
172+
* @return ResponseInterface
173173
*/
174174
protected function mapResponse(SymfonyResponse $syResponse)
175175
{

0 commit comments

Comments
 (0)