Skip to content

Commit

Permalink
Add generic declarations to the base foundation collection class
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 17, 2024
1 parent 23879ba commit c4c59c5
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
/**
* Base class for the kernel auto-discovery collections.
*
* @template TKey of array-key
* @template TValue
*
* @extends Collection<TKey, TValue>
*
* These collections are the heart of the discovery process.
*
* They are responsible for discovering the files, pages, and routes,
Expand Down

0 comments on commit c4c59c5

Please sign in to comment.