File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66 schedule :
7- - cron : ' 0 0 * * * '
7+ - cron : ' 0 0 * * 0 '
88
99jobs :
1010 security :
Original file line number Diff line number Diff line change 44 push :
55 pull_request :
66 schedule :
7- - cron : ' 0 0 * * * '
7+ - cron : ' 0 0 * * 0 '
88
99jobs :
1010 tests :
Original file line number Diff line number Diff line change @@ -170,7 +170,9 @@ public static function prettyPrintableTypesDataProvider(): iterable
170170 #[DataProvider('prettyPrintableTypesDataProvider')]
171171 public function testPrettyPrinting(TypeStatement $stmt, string $expected): void
172172 {
173- $printer = new PrettyPrinter();
173+ $printer = new PrettyPrinter(
174+ wrapUnionType: false,
175+ );
174176
175177 self::assertSame($expected, $printer->print($stmt));
176178 }
You can’t perform that action at this time.
0 commit comments