File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ final class BatchWriteItemInput extends Input
18
18
*
19
19
* @required
20
20
*
21
- * @var array<string, array >|null
21
+ * @var array<string, WriteRequest[] >|null
22
22
*/
23
23
private $ RequestItems ;
24
24
@@ -61,7 +61,7 @@ public static function create($input): self
61
61
}
62
62
63
63
/**
64
- * @return array<string, array >
64
+ * @return array<string, WriteRequest[] >
65
65
*/
66
66
public function getRequestItems (): array
67
67
{
@@ -110,7 +110,7 @@ public function request(): Request
110
110
}
111
111
112
112
/**
113
- * @param array<string, array > $value
113
+ * @param array<string, WriteRequest[] > $value
114
114
*/
115
115
public function setRequestItems (array $ value ): self
116
116
{
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ public function getIterator(): \Traversable
114
114
}
115
115
116
116
/**
117
- * @return array<string, array>
117
+ * @return array<string, array<string, AttributeValue>[] >
118
118
*/
119
119
public function getResponses (): array
120
120
{
@@ -169,7 +169,7 @@ private function populateResultBatchGetRequestMap(array $json): array
169
169
}
170
170
171
171
/**
172
- * @return array<string, array>
172
+ * @return array<string, array<string, AttributeValue>[] >
173
173
*/
174
174
private function populateResultBatchGetResponseMap (array $ json ): array
175
175
{
@@ -207,7 +207,7 @@ private function populateResultConsumedCapacityMultiple(array $json): array
207
207
}
208
208
209
209
/**
210
- * @return array[]
210
+ * @return array<string, AttributeValue> []
211
211
*/
212
212
private function populateResultItemList (array $ json ): array
213
213
{
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function getConsumedCapacity(): array
43
43
}
44
44
45
45
/**
46
- * @return array<string, array >
46
+ * @return array<string, ItemCollectionMetrics[] >
47
47
*/
48
48
public function getItemCollectionMetrics (): array
49
49
{
@@ -53,7 +53,7 @@ public function getItemCollectionMetrics(): array
53
53
}
54
54
55
55
/**
56
- * @return array<string, array >
56
+ * @return array<string, WriteRequest[] >
57
57
*/
58
58
public function getUnprocessedItems (): array
59
59
{
@@ -72,7 +72,7 @@ protected function populateResult(Response $response): void
72
72
}
73
73
74
74
/**
75
- * @return array<string, array >
75
+ * @return array<string, WriteRequest[] >
76
76
*/
77
77
private function populateResultBatchWriteItemRequestMap (array $ json ): array
78
78
{
@@ -139,7 +139,7 @@ private function populateResultItemCollectionMetricsMultiple(array $json): array
139
139
}
140
140
141
141
/**
142
- * @return array<string, array >
142
+ * @return array<string, ItemCollectionMetrics[] >
143
143
*/
144
144
private function populateResultItemCollectionMetricsPerTable (array $ json ): array
145
145
{
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ private function populateResultAttributeMap(array $json): array
198
198
}
199
199
200
200
/**
201
- * @return array[]
201
+ * @return array<string, AttributeValue> []
202
202
*/
203
203
private function populateResultItemList (array $ json ): array
204
204
{
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ private function populateResultAttributeMap(array $json): array
198
198
}
199
199
200
200
/**
201
- * @return array[]
201
+ * @return array<string, AttributeValue> []
202
202
*/
203
203
private function populateResultItemList (array $ json ): array
204
204
{
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public function getExpressionAttributeNames(): array
82
82
}
83
83
84
84
/**
85
- * @return array[]
85
+ * @return array<string, AttributeValue> []
86
86
*/
87
87
public function getKeys (): array
88
88
{
You can’t perform that action at this time.
0 commit comments