Skip to content

Commit

Permalink
Chore
Browse files Browse the repository at this point in the history
  • Loading branch information
KennedyTedesco committed Dec 14, 2024
1 parent a5bc3d2 commit cd8fa10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Monkey.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Monkey;

use JetBrains\PhpStorm\NoReturn;
use Monkey\Evaluator\Environment;
use Monkey\Evaluator\Evaluator;
use Monkey\Lexer\Lexer;
Expand Down Expand Up @@ -136,7 +135,7 @@ private function handleSpecialCommand(string $input): bool
};
}

#[NoReturn] private function handleQuit(): bool
private function handleQuit(): bool
{
echo 'Goodbye!' . PHP_EOL;

Expand Down

0 comments on commit cd8fa10

Please sign in to comment.