Skip to content

Commit

Permalink
fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Nov 27, 2024
1 parent c6ad5e7 commit 34bde34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Class/Controller/FieldCollection/LayoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct(
summary: 'class_field_collection_object_layout_summary',
tags: [Tags::ClassDefinition->value],
)]
#[IdParameter(name: 'objectId', required: true, )]
#[IdParameter(name: 'objectId', required: true)]
#[SuccessResponse(
description: 'class_field_collection_object_layout_success_response',
content: new CollectionJson(new GenericCollection(LayoutDefinition::class))
Expand Down

0 comments on commit 34bde34

Please sign in to comment.