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 = []; /**