PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Format function call with single argument

Last modified: 16 May 2022

Reports the sprintf() and vsprintf() calls with a single argument. Such calls produce no effect and can be safely unwrapped, that is, replaced with the argument itself.