Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed May 7, 2024
1 parent a0db0c1 commit ad19267
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Property/Controller/CollectionController.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ public function __construct(
#[UnprocessableContentResponse]
public function getProperties(
#[MapQueryString] PropertiesParameters $parameters = new PropertiesParameters()
): JsonResponse
{
): JsonResponse {
return $this->jsonResponse(['items' => $this->hydratorService->getHydratedProperties($parameters)]);
}
}

0 comments on commit ad19267

Please sign in to comment.