Skip to content

Commit 31d8449

Browse files
committed
chore: pint
1 parent c516fed commit 31d8449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Responses/Moderations/CreateResponseResult.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private function __construct(
2121
}
2222

2323
/**
24-
* @param array{categories: array<string, bool>, category_scores: array<string, float>, flagged: bool, category_applied_input_types?: array<string, array<int, string>>} $attributes
24+
* @param array{categories: array<string, bool>, category_scores: array<string, float>, flagged: bool, category_applied_input_types?: array<string, array<int, string>>} $attributes
2525
*/
2626
public static function from(array $attributes): self
2727
{

0 commit comments

Comments
 (0)