File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ ij_php_align_multiline_binary_operation = false
510510ij_php_align_multiline_chained_methods = false
511511ij_php_align_multiline_extends_list = true
512512ij_php_align_multiline_for = false
513- ij_php_align_multiline_parameters = true
513+ ij_php_align_multiline_parameters = false
514514ij_php_align_multiline_parameters_in_calls = false
515515ij_php_align_multiline_ternary_operation = false
516516ij_php_align_named_arguments = true
@@ -562,7 +562,7 @@ ij_php_else_if_style = combine
562562ij_php_else_on_new_line = true
563563ij_php_example_weight = 28
564564ij_php_extends_keyword_wrap = normal
565- ij_php_extends_list_wrap = off
565+ ij_php_extends_list_wrap = on_every_item
566566ij_php_fields_default_visibility = protected
567567ij_php_filesource_weight = 28
568568ij_php_finally_on_new_line = true
Original file line number Diff line number Diff line change @@ -33,10 +33,12 @@ public function __construct(
3333 protected Runner $ runner = new Runner (),
3434 protected Transformer $ transformer = new Transformer ()
3535 ) {
36- $ this ->view = new View (new SymfonyStyle (
37- new ArgvInput (),
38- new ConsoleOutput ()
39- ));
36+ $ this ->view = new View (
37+ new SymfonyStyle (
38+ new ArgvInput (),
39+ new ConsoleOutput ()
40+ )
41+ );
4042 }
4143
4244 public function prepare (callable $ callback ): self
You can’t perform that action at this time.
0 commit comments