Skip to content

Commit a182b2b

Browse files
committed
reformat: ran prettier on README
1 parent 49bff28 commit a182b2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ await prettier.format(YOUR_CODE, {
177177
Prettier for PHP supports the following options. We recommend that all users set the `phpVersion` option.
178178

179179
| Name | Default | Description |
180-
| ------------------ |------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
181-
| `phpVersion` | `"8.3"` * | Allows specifying the PHP version you're using. (See Notes Below) |
180+
| ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
181+
| `phpVersion` | `"8.3"` \* | Allows specifying the PHP version you're using. (See Notes Below) |
182182
| `printWidth` | `80` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#print-width)) |
183183
| `tabWidth` | `4` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tab-width)), The default is `4` based on the `PSR-2` coding standard. |
184184
| `useTabs` | `false` | Same as in Prettier ([see prettier docs](https://prettier.io/docs/en/options.html#tabs)) |
@@ -191,11 +191,11 @@ Prettier for PHP supports the following options. We recommend that all users set
191191
### `phpVersion` Configuration Notes:
192192

193193
This setting now defaults to PHP 8.3, however, if the code you are formatting has a `composer.json` with in the current
194-
directory or any parent directory, the plugin will use minimum supported php version from `{"require":{"php":"..."}}`
194+
directory or any parent directory, the plugin will use minimum supported php version from `{"require":{"php":"..."}}`
195195
to set the phpVersion. If no such value is found, it will default to PHP 8.3.
196196

197-
If the phpVersion is not set correctly for your environment, this plugin will product code that could be incompatible
198-
with your PHP runtime. For example, if you are using PHP 7.4, but the plugin is set to PHP 8.3, it will produce code
197+
If the phpVersion is not set correctly for your environment, this plugin will product code that could be incompatible
198+
with your PHP runtime. For example, if you are using PHP 7.4, but the plugin is set to PHP 8.3, it will produce code
199199
that uses features not available in PHP 7.4.
200200

201201
## Ignoring code

0 commit comments

Comments
 (0)