From 602403eb59d1d0e38fab674370baa0a9a864d87c Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 1 Nov 2021 10:31:30 +0100 Subject: [PATCH] Update src/Concerns/Extendable.php Co-authored-by: Luke Downing --- src/Concerns/Extendable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Concerns/Extendable.php b/src/Concerns/Extendable.php index 5a8408cd..a8ff0ab0 100644 --- a/src/Concerns/Extendable.php +++ b/src/Concerns/Extendable.php @@ -20,7 +20,7 @@ trait Extendable */ private static array $extends = []; - /** @var array> */ + /** @var array> */ private static array $pipes = []; /**