You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Change Log for the PHPCSExtra standard for PHP CodeSniffer
1
+
# Change Log for the PHPCSExtra standard for PHP_CodeSniffer
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
@@ -15,6 +15,41 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
15
15
_Nothing yet._
16
16
17
17
18
+
## [1.4.0] - 2025-06-14
19
+
20
+
### Added
21
+
22
+
* All sniffs: compatibility with the new PHP_CodeSniffer `4.x` branch in anticipation of the PHP_CodeSniffer 4.0 release. [#367]
23
+
PHPCSExtra should now be fully compatible with PHP_CodeSniffer 4.0. If you still find an issue, please report it.
24
+
25
+
### Changed
26
+
27
+
#### Other
28
+
29
+
* Composer: The minimum `PHP_CodeSniffer` requirement has been updated to `^3.13.0` (was `^3.12.1`). [#361]
30
+
* Composer: The minimum `PHPCSUtils` requirement has been updated to `^1.1.0` (was `^1.0.12`). [#361]
31
+
* Various housekeeping.
32
+
33
+
### Deprecated
34
+
35
+
#### Universal
36
+
37
+
*`Universal.WhiteSpace.PrecisionAlignment`: support for scanning JS/CSS files via this sniff is now deprecated. [#367]
38
+
39
+
### Fixed
40
+
41
+
#### Universal
42
+
43
+
*`Universal.Arrays.DuplicateArrayKey`: false positives for numeric strings with leading/trailing underscores. Fixed via the update to PHPCSUtils 1.1.0. [#363]
44
+
*`Universal.Arrays.DuplicateArrayKey`: false negatives for fully qualified `true`/`false`/`null` arrays keys. Fixed via the update to PHPCSUtils 1.1.0. [#363]
45
+
*`Universal.WhiteSpace.CommaSpacing`: wrong errorcode for comma's in closure use statements after the update to PHPCSUtils 1.1.0. [#362]
0 commit comments