Skip to content

Commit c345523

Browse files
committed
Enforce single_line_command_spacing rule
1 parent dc7e7a2 commit c345523

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1010
### Changed
1111
### Removed
1212

13+
## 2.17.0
14+
### Changed
15+
16+
- Enforce single_line_command_spacing rule (see [laravel/pint#315](https://github.com/laravel/pint/pull/315))
17+
1318
## 2.16.0
1419
### Changed
1520

src/Config.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ class Config extends \PhpCsFixer\Config
201201
],
202202
'single_import_per_statement' => true,
203203
'single_line_after_imports' => true,
204+
'single_line_comment_spacing' => true,
204205
'single_line_comment_style' => [
205206
'comment_types' => ['hash'],
206207
],

0 commit comments

Comments
 (0)