File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3535use phpDocumentor \Reflection \DocBlock \Tags \Generic ;
3636use phpDocumentor \Reflection \DocBlock \Tags \InvalidTag ;
3737use phpDocumentor \Reflection \DocBlock \Tags \Link as LinkTag ;
38- use phpDocumentor \Reflection \DocBlock \Tags \Method ;
3938use phpDocumentor \Reflection \DocBlock \Tags \See as SeeTag ;
4039use phpDocumentor \Reflection \DocBlock \Tags \Since ;
4140use phpDocumentor \Reflection \DocBlock \Tags \Source ;
42- use phpDocumentor \Reflection \DocBlock \Tags \TemplateCovariant ;
43- use phpDocumentor \Reflection \DocBlock \Tags \Throws ;
4441use phpDocumentor \Reflection \DocBlock \Tags \Uses ;
4542use phpDocumentor \Reflection \DocBlock \Tags \Version ;
4643use phpDocumentor \Reflection \FqsenResolver ;
Original file line number Diff line number Diff line change 3333use phpDocumentor \Reflection \DocBlock \Tags \PropertyWrite ;
3434use phpDocumentor \Reflection \DocBlock \Tags \Return_ ;
3535use phpDocumentor \Reflection \DocBlock \Tags \See ;
36- use phpDocumentor \Reflection \DocBlock \Tags \TagWithType ;
3736use phpDocumentor \Reflection \DocBlock \Tags \TemplateCovariant ;
3837use phpDocumentor \Reflection \DocBlock \Tags \Throws ;
3938use phpDocumentor \Reflection \DocBlock \Tags \Var_ ;
@@ -558,7 +557,7 @@ public function invalidTagProvider(): array
558557
559558 /**
560559 * @dataProvider provideCreateWithTagWithTypesData
561- *
560+ *
562561 * @param class-string $expectedClass
563562 */
564563 public function testCreateWithTagWithTypes (string $ input , string $ expectedClass ): void
You can’t perform that action at this time.
0 commit comments