Skip to content

Commit 420bdfa

Browse files
committed
Minor CS updates
1 parent cb36608 commit 420bdfa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Model/StructAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function isList(): bool
136136
}
137137

138138
/**
139-
* @return array|bool|float|int|string|null
139+
* @return null|array|bool|float|int|string
140140
*/
141141
public function getDefaultValue()
142142
{

src/Model/StructValue.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ final class StructValue extends AbstractModel
2424

2525
/**
2626
* Cleaned name of the element stored in order to avoid multiple call that would generate incremental name.
27-
*
28-
* @var string|null
2927
*/
3028
private ?string $cleanedName = null;
3129

0 commit comments

Comments
 (0)