PhpStorm 2021.1 Help

Code Inspection: Redundant type conversion



This inspection checks whether any type-conversion with the functions string(), number() or boolean() is redundant, i.e. whether the type of argument is the same as the functions return type or if the expected type of the expression is of type "any". While such an explicit conversion may sometimes be intentional to emphasize the type, this can usually be safely removed.

Powered by XPathView + XSLT-Support

Suppress an inspection in the editor

  1. Position the caret at the highlighted line and press Alt+Enter or click the Intention action icon.

  2. Click the arrow next to the inspection you want to suppress and select the necessary suppress action.

Last modified: 16 July 2021