Skip to content

Commit 8c770fb

Browse files
authored
[TASK] Narrow the some type annotations in OutputFormatter (#945)
1 parent 17dd3cb commit 8c770fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OutputFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function spaceAfterSelectorSeparator(): string
8787
}
8888

8989
/**
90-
* @param string $sSeparator
90+
* @param non-empty-string $sSeparator
9191
*/
9292
public function spaceBeforeListArgumentSeparator($sSeparator): string
9393
{
@@ -97,7 +97,7 @@ public function spaceBeforeListArgumentSeparator($sSeparator): string
9797
}
9898

9999
/**
100-
* @param string $sSeparator
100+
* @param non-empty-string $sSeparator
101101
*/
102102
public function spaceAfterListArgumentSeparator($sSeparator): string
103103
{

0 commit comments

Comments
 (0)