We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d54fc commit c5c2e31Copy full SHA for c5c2e31
Formatter/OutputFormatterStyleStack.php
@@ -77,7 +77,7 @@ public function pop(OutputFormatterStyleInterface $style = null): OutputFormatte
77
/**
78
* Computes current style with stacks top codes.
79
*/
80
- public function getCurrent(): OutputFormatterStyle
+ public function getCurrent(): OutputFormatterStyleInterface
81
{
82
if (empty($this->styles)) {
83
return $this->emptyStyle;
0 commit comments