Commit 19cb50e
authored
[Documentation] Squiz: Scope Closing Brace (#353)
* Docs: add documentation for Squiz.WhiteSpace.ScopeClosingBrace
* Docs: improve documentation for Squiz.WhiteSpace.ScopeClosingBrace
- Fixup CDATA indentation
- Improve wording in code examples
- Add more varied code examples
* Docs: clarify wording and code samples for Squiz.WhiteSpace.ScopeClosingBrace
* Docs: combine code examples in Squiz.WhiteSpace.ScopeClosingBrace
Better illustrates that statements can be indented,
and that their closing braces still should align
with the start of the statement.
* Docs: improve examples for Squiz.WhiteSpace.ScopeClosingBrace
- Reduces wordiness
- Adds an example of too little whitespace
* Docs: add missing emphasis in Squiz.WhiteSpace.ScopeClosingBrace
* Docs: improve code examples for Squiz.WhiteSpace.ScopeClosingBrace
- Combine too little with too much whitespace
- Adjust emphasis on example containing PHP tags
- Change example paragraph to span for better HTML formatting1 parent 36d019c commit 19cb50e
File tree
1 file changed
+59
-0
lines changed- src/Standards/Squiz/Docs/WhiteSpace
1 file changed
+59
-0
lines changedLines changed: 59 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
0 commit comments