Skip to content

Commit 8d8ecc0

Browse files
committed
Fix typehint
1 parent 03d2a9f commit 8d8ecc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @param mixed $value
1010
* @param string $encoding
11-
* @return \Illuminate\Support\StringBuffer
11+
* @return \Laraplus\String\StringBuffer
1212
*/
1313
function str($value, $encoding = 'UTF-8')
1414
{

0 commit comments

Comments
 (0)