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
{{ message }}
This repository was archived by the owner on Nov 5, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-69Lines changed: 3 additions & 69 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[CodeIgniter](https://codeigniter.com) 4 coding standard for use with [PHP_CodeSniffer 3](https://github.com/squizlabs/PHP_CodeSniffer).
4
4
5
-
Version 1.0.1
5
+
Version 1
6
6
7
7
| Master | Develop |
8
8
| :---: | :---: |
@@ -23,8 +23,8 @@ PHP (7.1 or greater) with mbstring extension.
// Execute the sniffer on file save. (Using contextual menu instead)
167
-
"phpcs_execute_on_save": false,
168
-
// Show the error list after save. (Using sublime linter instead)
169
-
"phpcs_show_errors_on_save": false,
170
-
// Show the errors in the quick panel so you can then goto line. (Gets annoying)
171
-
"phpcs_show_quick_panel": false,
172
-
// Turn the debug output on/off.
173
-
"show_debug": false
174
-
}
175
-
}
176
-
}
177
-
```
178
-
179
113
## Credits
180
114
181
115
Thanks to Greg Sherwood, Marc McIntyre, Andy Grunwald, Thomas Ernest and Erik Torsner, for providing open source code which helped me build this standard and a big thanks to [Squiz Labs](http://www.squizlabs.com) for creating [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).
0 commit comments