Skip to content

Commit

Permalink
Changed LoxNil string value from "nil" to empty string "".
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvandijk committed Oct 17, 2023
1 parent fc9860e commit 2713e8c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Interpreter/Type/Literal/LoxNil.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,4 @@ public function __construct()
{
parent::__construct(null);
}

/**
* @inheritDoc
*/
public function __toString(): string
{
return 'nil';
}
}

0 comments on commit 2713e8c

Please sign in to comment.