Skip to content

Commit c516fed

Browse files
committed
chore: unneeded spacing change
1 parent 2a6c324 commit c516fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Moderations.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function create(array $parameters): CreateResponse
2424
{
2525
$payload = Payload::create('moderations', $parameters);
2626

27-
/** @var Response<array{id: string, model: string, results: array<int, array{categories: array<string, bool>, category_scores: array<string, float>,flagged: bool,category_applied_input_types?: array<string, array<int, string>>}>}> $response */
27+
/** @var Response<array{id: string, model: string, results: array<int, array{categories: array<string, bool>, category_scores: array<string, float>, flagged: bool,category_applied_input_types?: array<string, array<int, string>>}>}> $response */
2828
$response = $this->transporter->requestObject($payload);
2929

3030
return CreateResponse::from($response->data(), $response->meta());

0 commit comments

Comments
 (0)