Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Savluk committed Aug 13, 2024
1 parent 0a5f8b0 commit 42866e1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Support/TypeGeneration/TypeScript/RefsResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,7 @@ protected function resolveEnumRef(string $enumFQN): array
}

return [
implode(
'/',
array_map(
Str::kebab(...),
$namespaceSegments
)
),
implode('/', $namespaceSegments),
$enumName,
];
}
Expand Down

0 comments on commit 42866e1

Please sign in to comment.