ObjectCommand: formattingtt

This commit is contained in:
Thomas Gelf 2022-07-20 06:38:13 +02:00
parent 9775922975
commit 0a25e256d1

View File

@ -456,7 +456,7 @@ class ObjectCommand extends Command
protected function readFromStdin()
{
if (!defined('STDIN')) {
define('STDIN', fopen("php://stdin","r"));
define('STDIN', fopen('php://stdin', 'r'));
}
$inputIsTty = function_exists('posix_isatty') && posix_isatty(STDIN);
if ($inputIsTty) {