File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
You can’t perform that action at this time.
0 commit comments