Skip to content

Commit 42f48d2

Browse files
committed
fixed @method for replace and remove methods
1 parent 55286ad commit 42f48d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StringBuffer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
* @method StringBuffer trimRight(string $charList = " \t\n\r\0\x0B")
5050
* @method StringBuffer cutLeft(string $string, bool $caseSensitive = false)
5151
* @method StringBuffer cutRight(string $string, bool $caseSensitive = false)
52-
* @method StringBuffer replace(string|array $search, string|array $replace): StringBuffer
53-
* @method StringBuffer remove(string|array $string)
52+
* @method StringBuffer replace(string|array $search, string|array $replace, bool $caseSensitive = true): StringBuffer
53+
* @method StringBuffer remove(string|array $string, bool $caseSensitive = true)
5454
*
5555
**** from Hashes
5656
* @method StringBuffer md5()

0 commit comments

Comments
 (0)