Skip to content

Commit f990768

Browse files
committed
fix cs
1 parent 67f73ff commit f990768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Server/Transport/StdioTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
class StdioTransport extends BaseTransport
2626
{
2727
/**
28-
* @param resource $input
29-
* @param resource $output
28+
* @param resource $input
29+
* @param resource $output
3030
*/
3131
public function __construct(
3232
private $input = \STDIN,

0 commit comments

Comments
 (0)