File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
49
49
- Added Generic.ControlStructures.DisallowYodaConditions sniff
50
50
-- Ban the use of Yoda conditions
51
51
-- Thanks to Mponos George for the contribution
52
+ - Added Generic.PHP.RequireStrictTypes sniff
53
+ -- Enforce the use of a strict types declaration in PHP files
54
+ - Added PSR12.Files.DeclareStatement sniff
55
+ -- Enforce the formatting of declare statements within a file
52
56
- Generic.Functions.FunctionCallArgumentSpacing no longer checks spacing around assignment operators inside function calls
53
57
-- Use the Squiz.WhiteSpace.OperatorSpacing sniff to enforce spacing around assignment operators
54
58
--- Note that this sniff checks spacing around all assignment operators, not just inside function calls
You can’t perform that action at this time.
0 commit comments