You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #12504 Escape backslash before string termination (greg0ire)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes#12504).
Discussion
----------
Escape backslash before string termination
To php, `'App\'` looks like a string that contains a quote and is not finished. Using `\\`, the only escape sequence that works within single quotes, should fix the issue.
This was introduced in 2a5b114 , which is only present on the master branch at the time, that's why I'm targetting master.
Commits
-------
e92115e Escape backslash before string termination
0 commit comments