Code Inspection: Missing strict types declaration
Detects the missing declare(strict_types=1)
directive in the file.
See PHP RFC: Scalar Type Declarations (php.net) to learn more about why you may need use this directive.
Last modified: 08 December 2020