Skip to content

Commit 81fec49

Browse files
authored
Merge pull request #19 from nextcloud/changelog/1.2.2
chore(release): Add changelog for 1.2.2
2 parents d4c2638 + 42b094e commit 81fec49

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.2.2 - 2024-08-23
5+
### Added
6+
* `cast_spaces`: A single space between cast and variable
7+
* `lowercase_cast`: Cast should be written in lower case
8+
* `method_chaining_indentation`: Use the same indentation when changing methods
9+
* `no_short_bool_cast`: Short cast bool using double exclamation mark should not be used
10+
* `phpdoc_align`: All items of the given PHPDoc tags must be left-aligned
11+
* `phpdoc_single_line_var_spacing`: Single line @var PHPDoc should have proper spacing
12+
* `phpdoc_var_annotation_correct_order`: Enforce the correct order for phpdoc annotations
13+
* `short_scalar_cast`: (boolean) => (bool), (integer) => (int), ...
14+
* `single_quote`: Use single quotes for simple strings
15+
* `types_spaces`: No spaces around union and intersection type operators
16+
417
## 1.2.1 - 2024-02-01
518
### Fix
619
* fix: Remove `fully_qualified_strict_types` again by @nickvergessen in https://github.com/nextcloud/coding-standard/pull/16

0 commit comments

Comments
 (0)