Commit 67d866e
committed
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.1 parent 50f03b3 commit 67d866e
File tree
1 file changed
+9
-6
lines changed- src/Standards/Generic/Docs/WhiteSpace
1 file changed
+9
-6
lines changedLines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
| 37 | + | |
36 | 38 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments