Skip to content

Commit c3ce407

Browse files
committed
fix: resolve type duplication in ParserDocumentation and remove redundant array type addition
1 parent 24d7360 commit c3ce407

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CodeGenerator/NewPHP/ParserDocumentation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ private function generateArrayDocBlock(array $properties): ?string
242242
$separator = $index === count($properties) - 1 ? '' : ",\n";
243243

244244
$type = Types::convertToBuiltinType($property['type'], Generator::$namespaces['types']);
245-
dump($type);
246245

247246
if (str_contains($type, '|')) {
248247
$_temp_types = [];

0 commit comments

Comments
 (0)