We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf586b commit bae261dCopy full SHA for bae261d
AbstractString.php
@@ -425,9 +425,6 @@ public function repeat(int $multiplier): static
425
426
abstract public function replace(string $from, string $to): static;
427
428
- /**
429
- * @param string|callable $to
430
- */
431
abstract public function replaceMatches(string $fromRegexp, string|callable $to): static;
432
433
abstract public function reverse(): static;
0 commit comments