Skip to content

Commit 19c8b09

Browse files
committed
issue #330 - an attribute is required as soon as it is present
1 parent 7c7f7e1 commit 19c8b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/StructAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function isRequired(): bool
159159
'minoccurs',
160160
'MinOccurs',
161161
'Minoccurs',
162-
], 0);
162+
], 1);
163163
}
164164

165165
public function isNullable(): bool

0 commit comments

Comments
 (0)