Skip to content

Commit

Permalink
fix: change typo method name (#351)
Browse files Browse the repository at this point in the history
why we chosed to raname without depracted. this method call for dump data (uder dev) its not effect in production.
  • Loading branch information
SonyPradana authored Jun 21, 2024
1 parent 9a04699 commit a948abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Collection/AbstractCollectionImmutable.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function each($callable): self
/**
* @return $this
*/
public function dumb(): self
public function dump(): self
{
var_dump($this->collection);

Expand Down

0 comments on commit a948abc

Please sign in to comment.