Skip to content

Commit 1b5198a

Browse files
authored
Merge pull request #12 from kaz29/fix/indent
fix indent
2 parents da9e710 + a470658 commit 1b5198a

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)