Skip to content

Commit

Permalink
ENH Add generic types (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jan 17, 2024
1 parent e504a22 commit 9dbd01e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use SilverStripe\CMS\Controllers\ContentController;

/**
* @template T of Page
* @extends ContentController<T>
*/
class PageController extends ContentController
{
/**
Expand Down

0 comments on commit 9dbd01e

Please sign in to comment.