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 8fbb899 commit 54fa716Copy full SHA for 54fa716
CHANGELOG.md
@@ -10,6 +10,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
10
### Changed
11
### Removed
12
13
+## 2.14.0
14
+### Changed
15
+
16
+- Enable single_line_empty_body rule (see [laravel/pint#277](https://github.com/laravel/pint/pull/277))
17
18
## 2.13.0
19
20
src/Config.php
@@ -198,6 +198,7 @@ class Config extends \PhpCsFixer\Config
198
'single_line_comment_style' => [
199
'comment_types' => ['hash'],
200
],
201
+ 'single_line_empty_body' => true,
202
'single_quote' => true,
203
'single_space_around_construct' => true,
204
'space_after_semicolon' => true,
0 commit comments