File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ Automatically add the following at the top of each file :
4
+
5
+ ` ` `
6
+ <!--
7
+ DO NOT EDIT THIS FILE IN THE WIKI.
8
+ This wiki is updated from the https://github.com/PHPCSStandards/PHP_CodeSniffer-documentation repo.
9
+ Submit a PR to that repo updating the file in the ` /wiki/` subdirectory instead.
10
+ -->
11
+ ` ` `
12
+
13
+
14
+ Automatically replace output example placeholders with real output
15
+
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ jobs:
104
104
- name : Re-run tables of contents with different settings for specific file
105
105
run : doctoc ./_wiki/Version-4.0-User-Upgrade-Guide.md --github --maxlevel 3 --update-only
106
106
107
+ # TODO:
108
+ # Update output examples
107
109
108
110
# ############################
109
111
# Deploy.
You can’t perform that action at this time.
0 commit comments