diff --git a/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php b/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php index 7cf4a3a947c..c39b5ebc74e 100644 --- a/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php +++ b/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php @@ -15,8 +15,9 @@ * * @template TKey of array-key * @template TValue + * * @extends Collection - * + * * These collections are the heart of the discovery process. * * They are responsible for discovering the files, pages, and routes,