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

Code Inspection: Void function result used

Last modified: 16 May 2022

Reports the usages of a void function's return value.

Since void functions do not have a return value, such usages are most likely a programming mistake.