Skip to content

Commit

Permalink
Merge pull request schmittjoh#1180 from kpn13/kpi_fix_doc_exclusion
Browse files Browse the repository at this point in the history
Replace "Exclude" by "Expose"
  • Loading branch information
goetas authored Mar 30, 2020
2 parents ddb6971 + e06e3f6 commit cb3a11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cookbook/exclusion_strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ By default the serializer exposes three variables (`object`, `context` and `prop
private $name;
/**
* @Exclude(if="someMethod(object, context, property_metadata)")
* @Expose(if="someMethod(object, context, property_metadata)")
*/
private $name2;
}
Expand Down

0 comments on commit cb3a11d

Please sign in to comment.