We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7360 commit c3ce407Copy full SHA for c3ce407
src/CodeGenerator/NewPHP/ParserDocumentation.php
@@ -242,7 +242,6 @@ private function generateArrayDocBlock(array $properties): ?string
242
$separator = $index === count($properties) - 1 ? '' : ",\n";
243
244
$type = Types::convertToBuiltinType($property['type'], Generator::$namespaces['types']);
245
- dump($type);
246
247
if (str_contains($type, '|')) {
248
$_temp_types = [];
0 commit comments