Skip to content

incorrect number of sprintf placeholders #14293

@Findus23

Description

@Findus23

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)),

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions