Skip to content

Commit c09d3cf

Browse files
committed
Fixing code style issue
1 parent 64c8724 commit c09d3cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Annotations/AnnotationGenerator.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ protected function buildSchemaObjectArray(string $type, string $subType = '', st
456456
return ['@OA\Schema' => $schemaMap];
457457
}
458458

459-
protected function shouldIncludeDefault(string $type, string $default = NoDefaultValue::class): bool {
459+
protected function shouldIncludeDefault(string $type, string $default = NoDefaultValue::class): bool
460+
{
460461
if ($default === NoDefaultValue::class) {
461462
return false;
462463
}

0 commit comments

Comments
 (0)