From baf1686675583ce265cef80134c73e1ba8422cfd Mon Sep 17 00:00:00 2001 From: rubenvanassche Date: Wed, 5 Jul 2023 12:34:27 +0000 Subject: [PATCH] Fix styling --- tests/Actions/TranspileTypeToTypeScriptActionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Actions/TranspileTypeToTypeScriptActionTest.php b/tests/Actions/TranspileTypeToTypeScriptActionTest.php index 0fa2356..da0d6c6 100644 --- a/tests/Actions/TranspileTypeToTypeScriptActionTest.php +++ b/tests/Actions/TranspileTypeToTypeScriptActionTest.php @@ -57,7 +57,7 @@ assertContains('fake_class', $this->missingSymbols->all()); }); -it('can resolve pseudo types', function (){ +it('can resolve pseudo types', function () { $transformed = $this->action->execute($this->typeResolver->resolve('array-key')); expect($transformed)->toBe('string | number');