Code Inspection: Deprecated cast
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports deprecated cast expressions:
(unset)
cast expressions, which are deprecated in PHP 7.2 and later.(real)
cast expressions, which are deprecated in PHP 7.4 and later.
See Deprecated features in PHP 7.2.x (php.net) and Deprecations for PHP 7.4 (php.net) for details.
tip
Learn more about PHP 7.4 support in PhpStorm.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.