From 25f2d948cd4fcac95d925724b8bfbafa48122eeb Mon Sep 17 00:00:00 2001 From: SonyPradana Date: Fri, 21 Jun 2024 10:52:40 +0700 Subject: [PATCH] fix: change typo file name why we chosed to raname without depracted. this method call for dump data (uder dev) its not effect in production. --- src/System/Collection/AbstractCollectionImmutable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System/Collection/AbstractCollectionImmutable.php b/src/System/Collection/AbstractCollectionImmutable.php index 15e4186b..d88d881d 100644 --- a/src/System/Collection/AbstractCollectionImmutable.php +++ b/src/System/Collection/AbstractCollectionImmutable.php @@ -203,7 +203,7 @@ public function each($callable): self /** * @return $this */ - public function dumb(): self + public function dump(): self { var_dump($this->collection);