We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe4f8c commit c0add68Copy full SHA for c0add68
README.md
@@ -121,13 +121,13 @@ vendor/bin/php-cs-fixer fix -v
121
122
To use via composer script commands:
123
124
-* Fixes code to follow coding standards using php-cs-fixer:
+- Fixes code to follow coding standards using php-cs-fixer:
125
126
```bash
127
composer cs:diff
128
```
129
130
-* Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
+- Runs php-cs-fixer in dry-run mode and shows diff which will by applied:
131
132
133
composer cs:fix
@@ -149,7 +149,6 @@ To use via composer script commands:
149
make lint-diff
150
151
152
-
153
<br>
154
155
## 🔒 Security Policy
0 commit comments