Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and actions-user committed Sep 9, 2020
1 parent 2fa5d83 commit bcdc383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function execute(string $phpCode): string

$this->shell->addInput($phpCode);

$closure = new ExecutionLoopClosure($this->shell);
$closure = new ExecutionLoopClosure($this->shell);

$closure->execute();

Expand Down

0 comments on commit bcdc383

Please sign in to comment.