We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516fed commit 31d8449Copy full SHA for 31d8449
src/Responses/Moderations/CreateResponseResult.php
@@ -21,7 +21,7 @@ private function __construct(
21
}
22
23
/**
24
- * @param array{categories: array<string, bool>, category_scores: array<string, float>, flagged: bool, category_applied_input_types?: array<string, array<int, string>>} $attributes
+ * @param array{categories: array<string, bool>, category_scores: array<string, float>, flagged: bool, category_applied_input_types?: array<string, array<int, string>>} $attributes
25
*/
26
public static function from(array $attributes): self
27
{
0 commit comments