From a948abceb64b3bff4724b4c635243e8c1bc6b9d7 Mon Sep 17 00:00:00 2001 From: Angger Pradana Date: Fri, 21 Jun 2024 10:58:49 +0700 Subject: [PATCH] fix: change typo method name (#351) 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);