Inconsistent return points
Reports inconsistencies in function/method exit points.
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
PhpInconsistentReturnPointsInspection
The following types of inconsistencies are reported:
The function/method contains the
return
statements both with and without arguments.The function/method may return a value or otherwise end its execution without returning anything.
Technically these are not errors, but practically they usually indicate a programming mistake.
Here you can find the description of settings available for the Inconsistent return points inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | IntelliJ IDEA 2024.3, PhpStorm 2024.3, Qodana for JVM 2024.3, Qodana for PHP 2024.3, |
Can be installed with plugin: | PHP, 243.23126 |
Thanks for your feedback!