Skip to content

Commit

Permalink
ENH Add generic types
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 11, 2024
1 parent afbb9c4 commit ec9da3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Controllers/TaxonomyDirectoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
* Class TaxonomyDirectoryController
*
* Controller for returning a list of pages tagged with a specific Taxonomy Term
*
* @template T
* @extends PageController<Page>
*/
class TaxonomyDirectoryController extends PageController
{
Expand Down

0 comments on commit ec9da3d

Please sign in to comment.