Skip to content

Commit 73b7c28

Browse files
samsonasiknikic
andauthored
update variable to dnumber
Co-authored-by: Nikita Popov <[email protected]>
1 parent 8ff5597 commit 73b7c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PhpParser/Node/Scalar/NumberTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function testRawValue(): void {
1414
$this->assertInstanceOf(Echo_::class, $echo);
1515

1616
/** @var Echo_ $echo */
17-
$lLumber = $echo->exprs[0];
17+
$lnumber = $echo->exprs[0];
1818
$this->assertInstanceOf(Int_::class, $lLumber);
1919

2020
/** @var Int_ $lLumber */

0 commit comments

Comments
 (0)