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
+38-7Lines changed: 38 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,35 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
14
14
15
15
_Nothing yet._
16
16
17
+
18
+
## [1.3.0] - 2025-04-21
19
+
20
+
### Added
21
+
22
+
#### Universal
23
+
24
+
*:wrench::books: New `Universal.PHP.NoFQNTrueFalseNull` sniff to forbid using `true`, `false` and `null` as fully qualified constants. Thanks [@rodrigoprimo] for reviewing. [#327]
25
+
*`Universal.Operators.TypeSeparatorSpacing`: support for checking the spacing around the parenetheses used in PHP 8.2+ DNF types. [#329]
26
+
27
+
### Changed
28
+
29
+
#### Universal
30
+
31
+
* The `Universal.WhiteSpace.DisallowInlineTabs` sniff will now also check for inline tabs in heredoc/nowdoc openers and between the `yield` and `from` keywords. [#320]
32
+
33
+
#### Other
34
+
35
+
* Composer: The minimum `PHP_CodeSniffer` requirement has been updated to `^3.12.1` (was `^3.8.0`). [#330]
0 commit comments