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
Generic/LanguageConstructSpacing: fix syntax errors in the XML doc code examples
One of the invalid examples was removed because, besides containing a
syntax error, it doesn't trigger the sniff (`yieldfrom` is tokenized as
`T_STRING` and this token is not watched by the sniff). The `<code>`
title was updated to reflect the remaining examples.
0 commit comments