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
minor #6399 Fixed wrong code examples for Isbn constraint (AAstakhov)
This PR was submitted for the 2.5 branch but it was merged into the 2.7 branch instead (closes#6399).
Discussion
----------
Fixed wrong code examples for Isbn constraint
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.5+
| Fixed tickets | n/a
The example in the annotations code block causes an exception '[Semantical Error] Couldn't find constant isbn10'.
It happens because attribute values in annotation blocks must be quoted.
Additionally I fixed PHP code block to use quoted attribute also there
Commits
-------
503c07c Fixed wrong code examples for Isbn constraint
0 commit comments