
declare_strict_types
¶Force strict types declaration in all files. Requires PHP >= 7.0.
--- Original
+++ New
-<?php
+<?php declare(strict_types=1);
\ No newline at end of file
The rule is part of the following rule sets:
Using the @PHP70Migration:risky rule set will enable the declare_strict_types
rule.
Using the @PHP71Migration:risky rule set will enable the declare_strict_types
rule.
Using the @PHP74Migration:risky rule set will enable the declare_strict_types
rule.
Using the @PHP80Migration:risky rule set will enable the declare_strict_types
rule.