Skip to content

Commit 59e6d0f

Browse files
committed
fix string arg name
1 parent e97d6ba commit 59e6d0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/functionMap_php84delta.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
'new' => [
1818
'http_get_last_response_header ' => ['list<string>'],
1919
'http_clear_last_response_header' => ['void'],
20-
'mb_lcfirst' => ['string', 'str'=>'string', 'encoding='=>'string'],
21-
'mb_ucfirst' => ['string', 'str'=>'string', 'encoding='=>'string'],
20+
'mb_lcfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
21+
'mb_ucfirst' => ['string', 'string'=>'string', 'encoding='=>'string'],
2222
],
2323
'old' => [
2424

0 commit comments

Comments
 (0)