Skip to content

Commit

Permalink
update variable to dnumber
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Popov <github@npopov.com>
  • Loading branch information
samsonasik and nikic authored Jan 17, 2025
1 parent 8ff5597 commit 73b7c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PhpParser/Node/Scalar/NumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function testRawValue(): void {
$this->assertInstanceOf(Echo_::class, $echo);

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

/** @var Int_ $lLumber */
Expand Down

0 comments on commit 73b7c28

Please sign in to comment.