Skip to content

Commit bae261d

Browse files
[6.0] cs fixes
1 parent 6bf586b commit bae261d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

AbstractString.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,6 @@ public function repeat(int $multiplier): static
425425

426426
abstract public function replace(string $from, string $to): static;
427427

428-
/**
429-
* @param string|callable $to
430-
*/
431428
abstract public function replaceMatches(string $fromRegexp, string|callable $to): static;
432429

433430
abstract public function reverse(): static;

0 commit comments

Comments
 (0)