Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect number of sprintf placeholders #14293

Closed
Findus23 opened this issue Mar 30, 2019 · 0 comments · Fixed by #14506
Closed

incorrect number of sprintf placeholders #14293

Findus23 opened this issue Mar 30, 2019 · 0 comments · Fixed by #14506
Assignees

Comments

@Findus23
Copy link
Member

related to #14259

I just found two more places, where an incorrect number of parameters is passed to a sprintf:

$body = sprintf("Feature: %s\nLike: %s\n", $featureName, $likeText, $message);

sprintf('plugins/%s/Reports/%s.php for %s generated.', $pluginName, ucfirst($apiName)),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants