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');