Skip to content

Commit

Permalink
style: change cast_spaces to none
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Aug 23, 2024
1 parent 81fec49 commit 8a99415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.2.3 - 2024-08-23
### Changed
* `cast_spaces`: No space between cast and variable

## 1.2.2 - 2024-08-23
### Added
* `cast_spaces`: A single space between cast and variable
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function getRules() : array {
],
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'cast_spaces' => ['space' => 'single'],
'cast_spaces' => ['space' => 'none'],
'curly_braces_position' => [
'classes_opening_brace' => 'same_line',
'functions_opening_brace' => 'same_line',
Expand Down

0 comments on commit 8a99415

Please sign in to comment.