Skip to content

Commit 4157665

Browse files
authored
Code style updates (#126)
* Code style updates * update version
1 parent b97241e commit 4157665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Emitter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ private function emitStatusLine(ResponseInterface $response): void
9292
'HTTP/%s %d%s',
9393
$response->getProtocolVersion(),
9494
$statusCode,
95-
($reasonPhrase ? ' '.$reasonPhrase : '')
95+
$reasonPhrase ? ' '.$reasonPhrase : ''
9696
), true, $statusCode);
9797
}
9898

0 commit comments

Comments
 (0)