Skip to content

Commit 651df3f

Browse files
committed
CS/markdownlint: consistent emphasis style
1 parent 9159a41 commit 651df3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Version-1.3.0-Upgrade-Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The contents of this file will be minimal if you are not including any sniffs fr
3030
</ruleset>
3131
```
3232

33-
A simple `ruleset.xml` file like this tells PHP_CodeSniffer that this directory contains a coding standard, the name of the standard is *My Standard* and the sniffs in the standard are sourced directly from the default `Sniffs` directory.
33+
A simple `ruleset.xml` file like this tells PHP_CodeSniffer that this directory contains a coding standard, the name of the standard is _My Standard_ and the sniffs in the standard are sourced directly from the default `Sniffs` directory.
3434

3535
Once you've created your `ruleset.xml` file, you can go ahead and delete the `CodingStandard.php` class file as it is no longer required. However, you can keep both files in the coding standard if you want to use your standard in both old and new versions of PHP_CodeSniffer. But be aware that you will need to make changes to both files and any advanced ruleset features you add to your `ruleset.xml` file can not be replicated in your `CodingStandard.php` class file.
3636

0 commit comments

Comments
 (0)