We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7e7a2 commit c345523Copy full SHA for c345523
CHANGELOG.md
@@ -10,6 +10,11 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
10
### Changed
11
### Removed
12
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
18
## 2.16.0
19
20
src/Config.php
@@ -201,6 +201,7 @@ class Config extends \PhpCsFixer\Config
201
],
202
'single_import_per_statement' => true,
203
'single_line_after_imports' => true,
204
+ 'single_line_comment_spacing' => true,
205
'single_line_comment_style' => [
206
'comment_types' => ['hash'],
207
0 commit comments