Skip to content

Commit 81d87cb

Browse files
authored
chore: rename dd to ld in stringhelper (#523)
1 parent 6e3a63a commit 81d87cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tempest/Support/src/StringHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ public function replace(string|array $search, string|array $replace): self
347347
return new self(str_replace($search, $replace, $this->string));
348348
}
349349

350-
public function dd(mixed ...$dd): void
350+
public function ld(mixed ...$ld): void
351351
{
352-
ld($this->string, ...$dd);
352+
ld($this->string, ...$ld);
353353
}
354354
}

0 commit comments

Comments
 (0)