Skip to content

Commit a470658

Browse files
committed
fix indent
1 parent da9e710 commit a470658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/Helper/OpenApiDocBlockHelper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function schemaProperty(array $propertySchema, $name): ?array {
159159
];
160160
}
161161

162-
protected function makeOpenAPIColumn(string $name, string $type, array $column, int $indentNum = 12): array
162+
protected function makeOpenAPIColumn(string $name, string $type, array $column, int $indentNum = 20): array
163163
{
164164
$indentString = str_repeat(' ', $indentNum);
165165
$result = [];

0 commit comments

Comments
 (0)