1
0
Fork 0

Fix another code style issue

pull/31/head
Felix Becker 2016-09-29 20:40:42 +02:00
parent 1fb1722f49
commit b55404154e
1 changed files with 1 additions and 2 deletions

View File

@ -21,8 +21,7 @@ if (count($argv) >= 3 && $argv[1] === '--tcp') {
exit(1); exit(1);
} }
$inputStream = $outputStream = $socket; $inputStream = $outputStream = $socket;
} } else {
else {
$inputStream = STDIN; $inputStream = STDIN;
$outputStream = STDOUT; $outputStream = STDOUT;
} }