Skip to content

Commit

Permalink
#2321 - Adjust method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Nov 13, 2021
1 parent d619bcb commit faf3f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stub/closures.zep
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Closures
{
return preg_replace_callback(
"/(?:[^%:!\$&\'\(\)\*\+,;=@\/\?]+|%(?![A-Fa-f0-9]{2}))/u",
[this, "doUrlEncode"],
[this, "issue2321doUrlEncode"],
value
);
}
Expand Down

0 comments on commit faf3f2b

Please sign in to comment.