File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Console/Formatter Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class OutputFormatterStyleStack
29
29
/**
30
30
* Constructor.
31
31
*
32
- * @param \Symfony\Component\Console\Formatter\ OutputFormatterStyleInterface $emptyStyle
32
+ * @param OutputFormatterStyleInterface $emptyStyle
33
33
*/
34
34
public function __construct (OutputFormatterStyleInterface $ emptyStyle = null )
35
35
{
@@ -100,9 +100,9 @@ public function getCurrent()
100
100
}
101
101
102
102
/**
103
- * @param \Symfony\Component\Console\Formatter\ OutputFormatterStyleInterface $emptyStyle
103
+ * @param OutputFormatterStyleInterface $emptyStyle
104
104
*
105
- * @return \Symfony\Component\Console\Formatter\ OutputFormatterStyleStack
105
+ * @return OutputFormatterStyleStack
106
106
*/
107
107
public function setEmptyStyle (OutputFormatterStyleInterface $ emptyStyle )
108
108
{
@@ -112,7 +112,7 @@ public function setEmptyStyle(OutputFormatterStyleInterface $emptyStyle)
112
112
}
113
113
114
114
/**
115
- * @return \Symfony\Component\Console\Formatter\ OutputFormatterStyleInterface
115
+ * @return OutputFormatterStyleInterface
116
116
*/
117
117
3EB9
public function getEmptyStyle ()
118
118
{
You can’t perform that action at this time.
0 commit comments