upgraded dependencies
This commit is contained in:
4
vendor/symfony/console/Terminal.php
vendored
4
vendor/symfony/console/Terminal.php
vendored
@@ -57,10 +57,8 @@ class Terminal
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function hasSttyAvailable()
|
||||
public static function hasSttyAvailable(): bool
|
||||
{
|
||||
if (null !== self::$stty) {
|
||||
return self::$stty;
|
||||
|
Reference in New Issue
Block a user