8000 [Console] fixed CS · symfony/symfony@e21d4ff · GitHub
[go: up one dir, main page]

Skip to content

Commit e21d4ff

Browse files
committed
[Console] fixed CS
1 parent abe8ba1 commit e21d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Formatter/OutputFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private function replaceStyle($match)
183183
*
184184
* @param string $string
185185
*
186-
* @return \Symfony\Component\Console\Formatter\OutputFormatterStyle|Boolean false if string is not format string
186+
* @return OutputFormatterStyle|Boolean false if string is not format string
187187
*/
188188
private function createStyleFromString($string)
189189
{

0 commit comments

Comments
 (0)
0