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
0 | L1 | C 1 | CC 0 | ( 0) | T_OPEN_TAG | [ 5]: <?php
@@ -174,7 +171,7 @@ Ptr | Ln | Col | Cond | ( #) | Token Type | [len]: Content
174
171
21 | L5 | C 6 | CC 0 | ( 0) | T_WHITESPACE | [ 0]:
175
172
```
176
173
177
-
PHPCS itself can also display similar information using the `-vv` or `-vvv` verbosity flags, however, when using those, you will receive a *lot* more information than just the token list and, while useful for debugging PHPCS itself, the additional information is mostly just noise when developing a sniff.
174
+
PHPCS itself can also display similar information using the `-vv` or `-vvv` verbosity flags, however, when using those, you will receive a _lot_ more information than just the token list and, while useful for debugging PHPCS itself, the additional information is mostly just noise when developing a sniff.
178
175
179
176
### Documentation XSD Validation
180
177
@@ -229,12 +226,12 @@ jobs:
229
226
230
227
:point_right: You'll need to replace the `YourRuleset` within the command with the name of your ruleset (of course).
231
228
232
-
Contributing
233
-
-------
229
+
## Contributing
230
+
234
231
Contributions to this project are welcome. Clone this repository, branch off from `develop`, make your changes, commit them and send in a pull request.
235
232
236
233
If unsure whether the changes you are proposing would be welcome, open an issue first to discuss your proposal.
237
234
238
-
License
239
-
-------
235
+
## License
236
+
240
237
This code is released under the [GNU Lesser General Public License (LGPLv3)](http://www.gnu.org/copyleft/lesser.html).
0 commit comments