Skip to content

Commit 4ea291e

Browse files
committed
Fix @var phpdoc
1 parent f755ca9 commit 4ea291e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Formatter/OutputFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ public function testInlineStyleOptions(string $tag, ?string $expected = null, ?s
177177
$expected = $tag.$input.'</'.$styleString.'>';
178178
$this->assertSame($expected, $formatter->format($expected));
179179
} else {
180-
/* @var OutputFormatterStyle $result */
180+
/** @var OutputFormatterStyle $result */
181181
$this->assertInstanceOf(OutputFormatterStyle::class, $result);
182182
$this->assertSame($expected, $formatter->format($tag.$input.'</>'));
183183
$this->assertSame($expected, $formatter->format($tag.$input.'</'.$styleString.'>'));

0 commit comments

Comments
 (0)