File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function provideClassStrings(): array
4747 new ClassString (
4848 new Compound ([
4949 new Object_ (new Fqsen ('\Foo\Bar ' )),
50- new Object_ (new Fqsen ('\Foo\Barrr ' ))
50+ new Object_ (new Fqsen ('\Foo\Barrr ' )),
5151 ])
5252 ),
5353 'class-string<\Foo\Bar|\Foo\Barrr> ' ,
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function provideInterfaceStrings(): array
4747 new InterfaceString (
4848 new Compound ([
4949 new Object_ (new Fqsen ('\Foo\Bar ' )),
50- new Object_ (new Fqsen ('\Foo\Barrr ' ))
50+ new Object_ (new Fqsen ('\Foo\Barrr ' )),
5151 ])
5252 ),
5353 'interface-string<\Foo\Bar|\Foo\Barrr> ' ,
Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ public function genericsProvider(): array
10571057 new ClassString (
10581058 new Compound ([
10591059 new Object_ (new Fqsen ('\\phpDocumentor \\Foo ' )),
1060- new Object_ (new Fqsen ('\\phpDocumentor \\Bar ' ))
1060+ new Object_ (new Fqsen ('\\phpDocumentor \\Bar ' )),
10611061 ])
10621062 ),
10631063 ],
You can’t perform that action at this time.
0 commit comments