8000 [console] Fixed docblock. · newZinc/symfony@5f328de · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5f328de

Browse files
author
jeanfrancois.simon
committed
[console] Fixed docblock.
1 parent c80e156 commit 5f328de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OutputFormatterStyleStack
2929
/**
3030
* Constructor.
3131
*
32-
* @param \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $emptyStyle
32+
* @param OutputFormatterStyleInterface $emptyStyle
3333
*/
3434
public function __construct(OutputFormatterStyleInterface $emptyStyle = null)
3535
{
@@ -100,9 +100,9 @@ public function getCurrent()
100100
}
101101

102102
/**
103-
* @param \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface $emptyStyle
103+
* @param OutputFormatterStyleInterface $emptyStyle
104104
*
105-
* @return \Symfony\Component\Console\Formatter\OutputFormatterStyleStack
105+
* @return OutputFormatterStyleStack
106106
*/
107107
public function setEmptyStyle(OutputFormatterStyleInterface $emptyStyle)
108108
{
@@ -112,7 +112,7 @@ public function setEmptyStyle(OutputFormatterStyleInterface $emptyStyle)
112112
}
113113

114114
/**
115-
* @return \Symfony\Component\Console\Formatter\OutputFormatterStyleInterface
115+
* @return OutputFormatterStyleInterface
116116
*/
117117 3EB9
public function getEmptyStyle()
118118
{

0 commit comments

Comments
 (0)
0