diff --git a/src/Command.php b/src/Command.php index e7be6a8..3e4f050 100644 --- a/src/Command.php +++ b/src/Command.php @@ -1,4 +1,4 @@ - $arguments) { - $option = trim($option); + $option = trim((string)$option); if (strpos($option, '-') !== 0) { // ['-L', '-v'] $formattedOptions[$arguments] = [null];