We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb36608 commit 420bdfaCopy full SHA for 420bdfa
src/Model/StructAttribute.php
@@ -136,7 +136,7 @@ public function isList(): bool
136
}
137
138
/**
139
- * @return array|bool|float|int|string|null
+ * @return null|array|bool|float|int|string
140
*/
141
public function getDefaultValue()
142
{
src/Model/StructValue.php
@@ -24,8 +24,6 @@ final class StructValue extends AbstractModel
24
25
26
* Cleaned name of the element stored in order to avoid multiple call that would generate incremental name.
27
- *
28
- * @var string|null
29
30
private ?string $cleanedName = null;
31
0 commit comments