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 55286ad commit 42f48d2Copy full SHA for 42f48d2
src/StringBuffer.php
@@ -49,8 +49,8 @@
49
* @method StringBuffer trimRight(string $charList = " \t\n\r\0\x0B")
50
* @method StringBuffer cutLeft(string $string, bool $caseSensitive = false)
51
* @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)
+ * @method StringBuffer replace(string|array $search, string|array $replace, bool $caseSensitive = true): StringBuffer
+ * @method StringBuffer remove(string|array $string, bool $caseSensitive = true)
54
*
55
**** from Hashes
56
* @method StringBuffer md5()
0 commit comments