You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: by using two properties #[Str('/trait/@order')] for "2", and #[Str('/trait')] for "Friendly"
We could add such a case to one of the examples too.
I found out that there's a possibility for nullability to with required later when diving into the code. This could also be an included in the examples.
Let me know how to proceed. And thanks!
The text was updated successfully, but these errors were encountered:
Hey!
Any reason why there are missing definitions in examples?
For instance, example#0 has
name
,animal
,breed
,stats
,traits
; All are missing from php definitions except forname
andage
.Is this intended? I can try fixing them if it's not intended. Thought it'd be better to ask first.
For my own implementation, I struggled a bit with how to implement
<trait order="2">Friendly</trait>
such as:
edit: by using two properties
#[Str('/trait/@order')]
for "2", and#[Str('/trait')]
for "Friendly"We could add such a case to one of the examples too.
I found out that there's a possibility for nullability to with
required
later when diving into the code. This could also be an included in the examples.Let me know how to proceed. And thanks!
The text was updated successfully, but these errors were encountered: