diff --git a/src/BindInterface.php b/src/BindInterface.php index dd2d5942..b0b019dc 100644 --- a/src/BindInterface.php +++ b/src/BindInterface.php @@ -26,7 +26,7 @@ public function bindInterceptors(string $method, array $interceptors) : self; * * [$methodNameA => [$interceptorA, ...][] * - * @return array> + * @return array> */ public function getBindings();