From 98b7795a5c6a0d702063625f7ba24220eaefeec7 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Wed, 17 Jul 2024 16:40:38 +0200 Subject: [PATCH] Update extends syntax --- .../src/Foundation/Concerns/BaseFoundationCollection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php b/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php index c39b5ebc74e..0b97b626d19 100644 --- a/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php +++ b/packages/framework/src/Foundation/Concerns/BaseFoundationCollection.php @@ -16,7 +16,7 @@ * @template TKey of array-key * @template TValue * - * @extends Collection + * @extends \Illuminate\Support\Collection * * These collections are the heart of the discovery process. *