File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function spaceAfterSelectorSeparator(): string
87
87
}
88
88
89
89
/**
90
- * @param string $sSeparator
90
+ * @param non-empty- string $sSeparator
91
91
*/
92
92
public function spaceBeforeListArgumentSeparator ($ sSeparator ): string
93
93
{
@@ -97,7 +97,7 @@ public function spaceBeforeListArgumentSeparator($sSeparator): string
97
97
}
98
98
99
99
/**
100
- * @param string $sSeparator
100
+ * @param non-empty- string $sSeparator
101
101
*/
102
102
public function spaceAfterListArgumentSeparator ($ sSeparator ): string
103
103
{
@@ -136,6 +136,7 @@ public function safely($cCode)
136
136
/**
137
137
* Clone of the `implode` function, but calls `render` with the current output format instead of `__toString()`.
138
138
*
139
+ * @param non-empty-string $sSeparator
139
140
* @param array<array-key, Renderable|string> $aValues
140
141
* @param bool $bIncreaseLevel
141
142
*/
You can’t perform that action at this time.
0 commit comments