From bcdc383240ff3518dcd75510a66c87bd1d47c45c Mon Sep 17 00:00:00 2001 From: brendt Date: Wed, 9 Sep 2020 09:48:48 +0000 Subject: [PATCH] Fix styling --- src/Tinker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tinker.php b/src/Tinker.php index 3935c34..c1842c1 100644 --- a/src/Tinker.php +++ b/src/Tinker.php @@ -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();