File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
</p >
6
6
7
7
<p align =" center " >
8
- <img src =" https://img.shields.io/packagist/v/permafrost-dev/phpcsfixer-preset " alt =" version " /> <img src =" https://img.shields.io/packagist/l/permafrost-dev/phpcsfixer-preset " alt =" license " /> <img src =" https://img.shields.io/packagist/dt/permafrost-dev/phpcsfixer-preset " alt =" downloads " /> <img src =" https://img.shields.io/github/workflow/status/permafrost-dev/phpcsfixer-preset/Run%20Tests/main " alt =" Run Tests " />
8
+ <img src =" https://img.shields.io/packagist/v/permafrost-dev/phpcsfixer-preset " alt =" version " /> <img src =" https://img.shields.io/packagist/l/permafrost-dev/phpcsfixer-preset " alt =" license " /> <img src =" https://img.shields.io/packagist/dt/permafrost-dev/phpcsfixer-preset " alt =" downloads " /> <img src =" https://img.shields.io/github/workflow/status/permafrost-dev/phpcsfixer-preset/Run%20Tests/main " alt =" Run Tests " /> < img src = " https://coveralls.io/repos/github/permafrost-dev/phpcsfixer-preset/badge.svg?branch=main " alt = " Coverage Status " />
9
9
</p >
10
10
11
11
<br >
@@ -112,6 +112,7 @@ return SharedConfig::create($finder, new DefaultRuleset([
112
112
## Quick Setup
113
113
114
114
To generate a ` php-cs-fixer ` configuration file for your project, run:
115
+
115
116
``` bash
116
117
vendor/bin/pf-create-cs-config < type> [-o| --outfile= filename] [-r| --ruleset= name] [-f| --force]
117
118
```
@@ -157,7 +158,6 @@ Default: `false`<br>
157
158
Possible values: none<br >
158
159
Effect: overwrites any existing configuration file<br >
159
160
160
-
161
161
Examples:
162
162
163
163
``` bash
@@ -243,6 +243,7 @@ Update the `rules()` method in the `Permafrost\PhpCsFixerRules\Rulesets\DefaultR
243
243
Create a class that implements the ` Permafrost\PhpCsFixerRules\Rulesets\Ruleset ` interface, returning your rules from the ` rules() ` method.
244
244
245
245
Sample Ruleset:
246
+
246
247
``` php
247
248
<?php
248
249
You can’t perform that action at this time.
0 commit comments