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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,15 @@
1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## 1.2.1 - 2024-02-01
5
+
### Fix
6
+
* fix: Remove `fully_qualified_strict_types` again by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16
7
+
4
8
## 1.2.0 - 2024-02-01
5
9
### Added
6
10
-`array_syntax`: Force short syntax for array
7
11
-`list_syntax`: Same for list
8
-
-`fully_qualified_strict_types`: Remove namespace from classname when there is a `use` statement, and add missing backslash for global namespace
12
+
-~~`fully_qualified_strict_types`: Remove namespace from classname when there is a `use` statement, and add missing backslash for global namespace~~ - Removed in 1.2.1 due to issues
9
13
-`no_leading_import_slash`: Remove leading slash from `use` statement
10
14
-`nullable_type_declaration_for_default_null_value`: Add missing `?` on type declaration for parameters defaulting to `null`. This will most likely be needed to avoid warnings in PHP 8.4.
11
15
-`yoda_style`: forbid yoda style comparision. This replaces `null === $a` by `$a === null`.
0 commit comments