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

Code Inspection: Missing return statement

Last modified: 13 May 2022

Reports functions that have no RETURN statements.

Example (Oracle):

The foo function must return the integer value but the function body returns nothing. To fix the error, add a RETURN statement (for example, return 1;).