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 0017f33 commit 8516af1Copy full SHA for 8516af1
docs/index.rst
@@ -718,7 +718,7 @@ attributes provided:
718
->instantiateWith(Instantiator::withConstructor()->allowExtra())
719
720
// force set "title" and "body" when instantiating
721
- ->instantiateWith(Instantiator::withConstructor()->alwaysForce(['title', 'body']))
+ ->instantiateWith(Instantiator::withConstructor()->alwaysForce('title', 'body'))
722
723
// never use setters, always "force set" properties (even private/protected, does not use setter)
724
->instantiateWith(Instantiator::withConstructor()->alwaysForce())
0 commit comments