Skip to content

Commit

Permalink
Tweak attribute example (#299)
Browse files Browse the repository at this point in the history
I think it's better to use a FQCN in the example.
  • Loading branch information
spaze authored Feb 7, 2025
2 parents e805d45 + 28813a1 commit ea3d1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/allow-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Disallowed PHP attributes can be allowed again using the same configuration as w
parameters:
disallowedAttributes:
-
attribute: Entity
attribute: 'Doctrine\ORM\Mapping\Entity'
message: 'you must specify $repositoryClass parameter with Entity'
allowParamsAnywhereAnyValue:
-
Expand Down

0 comments on commit ea3d1ea

Please sign in to comment.