@@ -1191,7 +1191,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
11911191 table: $ table ,
11921192 format: '%message% %context.five% %extra.app% ' ,
11931193 tableStyle: $ tableStyle ,
1194- dateFormat: null ,
11951194 allowInlineLineBreaks: false ,
11961195 );
11971196
@@ -1366,7 +1365,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
13661365 table: $ table ,
13671366 format: '%message% %context.five% %extra.app% ' ,
13681367 tableStyle: $ tableStyle ,
1369- dateFormat: null ,
13701368 allowInlineLineBreaks: true ,
13711369 );
13721370
@@ -1622,7 +1620,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
16221620 table: $ table ,
16231621 format: '%message% %context.five% <%extra.Exception%> ' ,
16241622 tableStyle: $ tableStyle ,
1625- dateFormat: null ,
16261623 allowInlineLineBreaks: true ,
16271624 );
16281625
@@ -1868,7 +1865,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
18681865 table: $ table ,
18691866 format: '%message% %context.five% %extra.app% ' ,
18701867 tableStyle: $ tableStyle ,
1871- dateFormat: null ,
18721868 allowInlineLineBreaks: true ,
18731869 );
18741870
@@ -2261,7 +2257,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
22612257 table: $ table ,
22622258 format: '%message% %context.five% %extra.app% ' ,
22632259 tableStyle: $ tableStyle ,
2264- dateFormat: null ,
22652260 allowInlineLineBreaks: true ,
22662261 );
22672262
@@ -2654,7 +2649,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
26542649 table: $ table ,
26552650 format: '%message% context.one %context.five% %extra.app% extra.Exception ' ,
26562651 tableStyle: $ tableStyle ,
2657- dateFormat: null ,
26582652 allowInlineLineBreaks: true ,
26592653 );
26602654
@@ -2828,7 +2822,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
28282822 table: $ table ,
28292823 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
28302824 tableStyle: $ tableStyle ,
2831- dateFormat: null ,
28322825 allowInlineLineBreaks: true ,
28332826 );
28342827
@@ -3003,7 +2996,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
30032996 table: $ table ,
30042997 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
30052998 tableStyle: $ tableStyle ,
3006- dateFormat: null ,
30072999 allowInlineLineBreaks: true ,
30083000 );
30093001
@@ -3084,7 +3076,6 @@ public function testFormat13(): void
30843076 table: $ table ,
30853077 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
30863078 tableStyle: $ tableStyle ,
3087- dateFormat: null ,
30883079 allowInlineLineBreaks: true ,
30893080 );
30903081
@@ -3164,7 +3155,6 @@ public function testFormat14(): void
31643155 table: $ table ,
31653156 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
31663157 tableStyle: $ tableStyle ,
3167- dateFormat: null ,
31683158 allowInlineLineBreaks: true ,
31693159 );
31703160
@@ -3449,7 +3439,6 @@ static function (TableSeparator | array $row) use ($matcher, $table, $datetime,
34493439 table: $ table ,
34503440 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
34513441 tableStyle: $ tableStyle ,
3452- dateFormat: null ,
34533442 allowInlineLineBreaks: true ,
34543443 );
34553444
@@ -3529,7 +3518,6 @@ public function testFormat16(): void
35293518 table: $ table ,
35303519 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
35313520 tableStyle: $ tableStyle ,
3532- dateFormat: null ,
35333521 allowInlineLineBreaks: false ,
35343522 );
35353523
@@ -3621,7 +3609,6 @@ public function testFormat17(): void
36213609 table: $ table ,
36223610 format: '%message% %context.one% %context.five% %context% %extra.app% %extra.app% %extra% ' ,
36233611 tableStyle: $ tableStyle ,
3624- dateFormat: null ,
36253612 allowInlineLineBreaks: true ,
36263613 );
36273614
@@ -4041,12 +4028,7 @@ public function testFormatBatch2(): void
40414028 $ output = new BufferedOutput ();
40424029 $ table = new Table ($ output );
40434030
4044- $ formatter = new StreamFormatter (
4045- output: $ output ,
4046- table: $ table ,
4047- format: null ,
4048- tableStyle: $ tableStyle ,
4049- );
4031+ $ formatter = new StreamFormatter (output: $ output , table: $ table , tableStyle: $ tableStyle );
40504032
40514033 $ formatted = $ formatter ->formatBatch ([$ record1 , $ record2 , $ record3 ]);
40524034
@@ -4146,12 +4128,7 @@ public function testFormatBatch3(): void
41464128 $ output = new BufferedOutput ();
41474129 $ table = new Table ($ output );
41484130
4149- $ formatter = new StreamFormatter (
4150- output: $ output ,
4151- table: $ table ,
4152- format: null ,
4153- tableStyle: $ tableStyle ,
4154- );
4131+ $ formatter = new StreamFormatter (output: $ output , table: $ table , tableStyle: $ tableStyle );
41554132
41564133 $ formatted = $ formatter ->formatBatch ([$ record1 , $ record2 , $ record3 ]);
41574134
@@ -4251,12 +4228,7 @@ public function testFormatBatch4(): void
42514228 $ output = new BufferedOutput ();
42524229 $ table = new Table ($ output );
42534230
4254- $ formatter = new StreamFormatter (
4255- output: $ output ,
4256- table: $ table ,
4257- format: null ,
4258- tableStyle: $ tableStyle ,
4259- );
4231+ $ formatter = new StreamFormatter (output: $ output , table: $ table , tableStyle: $ tableStyle );
42604232
42614233 $ formatted = $ formatter ->formatBatch ([$ record1 , $ record2 , $ record3 ]);
42624234
0 commit comments