Skip to content

Commit

Permalink
revert 8.2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 22, 2024
1 parent d9a6e64 commit 26d748c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Tinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ protected function configure(): void

protected function execute(InputInterface $input, OutputInterface $output): int
{
$this->getApplication()?->setCatchExceptions(false);
$this->getApplication()->setCatchExceptions(false);

$config = new Configuration([
'updateCheck' => 'never',
Expand Down

0 comments on commit 26d748c

Please sign in to comment.