Skip to content

Commit f6fd848

Browse files
committed
Changelog for new declare snifs (ref #2365)
1 parent a5ac762 commit f6fd848

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
4949
- Added Generic.ControlStructures.DisallowYodaConditions sniff
5050
-- Ban the use of Yoda conditions
5151
-- 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
5256
- Generic.Functions.FunctionCallArgumentSpacing no longer checks spacing around assignment operators inside function calls
5357
-- Use the Squiz.WhiteSpace.OperatorSpacing sniff to enforce spacing around assignment operators
5458
--- Note that this sniff checks spacing around all assignment operators, not just inside function calls

0 commit comments

Comments
 (0)