File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ final class AttributeValue
119
119
* BS?: null|string[],
120
120
* M?: null|array<string, AttributeValue|array>,
121
121
* L?: null|array<AttributeValue|array>,
122
- * NULL?: null|bool,
123
- * BOOL?: null|bool,
122
+ * ' NULL' ?: null|bool,
123
+ * ' BOOL' ?: null|bool,
124
124
* } $input
125
125
*/
126
126
public function __construct (array $ input )
@@ -147,8 +147,8 @@ public function __construct(array $input)
147
147
* BS?: null|string[],
148
148
* M?: null|array<string, AttributeValue|array>,
149
149
* L?: null|array<AttributeValue|array>,
150
- * NULL?: null|bool,
151
- * BOOL?: null|bool,
150
+ * ' NULL' ?: null|bool,
151
+ * ' BOOL' ?: null|bool,
152
152
* }|AttributeValue $input
153
153
*/
154
154
public static function create ($ input ): self
You can’t perform that action at this time.
0 commit comments