
Rule declare_strict_types
ΒΆ
Force strict types declaration in all files. Requires PHP >= 7.0.
WarningΒΆ
Using this rule is riskyΒΆ
Forcing strict types will stop non strict code from working.
ExamplesΒΆ
Example #1ΒΆ
--- Original
+++ New
-<?php
+<?php declare(strict_types=1);
\ No newline at end of file
Rule setsΒΆ
The rule is part of the following rule sets: