From 6e50ae79667dfec327b9857586376dae1995dc80 Mon Sep 17 00:00:00 2001 From: ByteCreation Date: Thu, 25 Jan 2018 23:36:36 +0000 Subject: [PATCH] Doc block edit - Edited doc block of the walk method in a Collection to reflect that this method will accept a callback --- lib/internal/Magento/Framework/Data/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/Data/Collection.php b/lib/internal/Magento/Framework/Data/Collection.php index b0b31fa3751a8..f8b82d3122234 100644 --- a/lib/internal/Magento/Framework/Data/Collection.php +++ b/lib/internal/Magento/Framework/Data/Collection.php @@ -492,7 +492,7 @@ public function clear() * * Returns array with results of callback for each item * - * @param string $callback + * @param callable $callback * @param array $args * @return array */