Strict type checking rules violation
Reports violations of the strict type checking rules.
- 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.
PhpStrictTypeCheckingInspection
In strict mode, only the variables exactly matching the declaration types are accepted. Strict type-checking mode can be enabled:
Per file, if the
declare(strict_types=1)
directive is specified. The directive must be the first statement in a file, block mode is explicitly disallowed.For all files, if the Enable for all files inspection option is enabled.
See Strict typing (php.net) for details.
Here you can find the description of settings available for the Strict type checking rules violation 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!