Update src/Concerns/Extendable.php

Co-authored-by: Luke Downing <lukeraymonddowning@gmail.com>
This commit is contained in:
Fabio Ivona
2021-11-01 10:31:30 +01:00
committed by GitHub
parent 5f1776829b
commit 602403eb59

View File

@ -20,7 +20,7 @@ trait Extendable
*/ */
private static array $extends = []; private static array $extends = [];
/** @var array<string, array<Closure>> */ /** @var array<string, array<Closure(Closure $next, mixed ...$arguments): void>> */
private static array $pipes = []; private static array $pipes = [];
/** /**