From 1f0bced0fb65e4ee589fc81cd412b6c2e6513a12 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 17 Jul 2024 14:12:29 +0000 Subject: [PATCH] Apply fixes from StyleCI --- .../src/Foundation/Concerns/BaseFoundationCollection.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,