We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff5597 commit 73b7c28Copy full SHA for 73b7c28
test/PhpParser/Node/Scalar/NumberTest.php
@@ -14,7 +14,7 @@ public function testRawValue(): void {
14
$this->assertInstanceOf(Echo_::class, $echo);
15
16
/** @var Echo_ $echo */
17
- $lLumber = $echo->exprs[0];
+ $lnumber = $echo->exprs[0];
18
$this->assertInstanceOf(Int_::class, $lLumber);
19
20
/** @var Int_ $lLumber */
0 commit comments