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 <[email protected]>
  • Loading branch information
samsonasik and nikic authored Jan 17, 2025
1 parent aa802a5 commit 8ff5597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PhpParser/Node/Scalar/DNumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function testRawValue(): void {
$this->assertInstanceOf(Echo_::class, $echo);

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

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

0 comments on commit 8ff5597

Please sign in to comment.