From 5521f9797a8fe3cb61e2fdc7bc318d10fd1d174e Mon Sep 17 00:00:00 2001 From: rawsrc Date: Mon, 6 Apr 2020 10:58:37 +0200 Subject: [PATCH] PHPDoc update --- PhpEcho.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhpEcho.php b/PhpEcho.php index c7c4563..1cccc52 100644 --- a/PhpEcho.php +++ b/PhpEcho.php @@ -389,7 +389,7 @@ public static function getHelpersByType(array $type, bool $strict = false): arra * Only for helpers bound to a class instance * * @param object $p - * @return array [helper's id => closure] + * @return array [helper's id => bound closure] */ public static function bindHelpersTo(object $p): array {