Skip to content

Commit 79b78c8

Browse files
committed
Update Terminal.php
1 parent 3373944 commit 79b78c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Terminal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private static function readFromProcess(string $command): ?string
125125
return $info;
126126
}
127127

128-
public static function getAnsiconWidth(): ?int
128+
private static function getAnsiconWidth(): ?int
129129
{
130130
if (!is_string(\getenv('ANSICON'))) {
131131
return null;

0 commit comments

Comments
 (0)