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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
7
7
8
8
## [Unreleased]
9
9
10
+
## [v3.3.6] - 2023-09-15
10
11
### Added
11
-
12
-
-A new moodle-extra coding standard which moves towards a more PSR-12 compliant coding style
12
+
- A new `moodle-extra` coding standard which moves towards a more PSR-12 compliant coding style.
13
+
-Enforce the use of the short array syntax (`[]`), warning about the long alternative (`array()`): `Generic.Arrays.DisallowLongArraySyntax`. This will be raised from `warning` to `error` in 1 year.
13
14
14
15
## [v3.3.5] - 2023-08-28
15
16
### Changed
@@ -60,7 +61,8 @@ All features are maintained and no new features have been introduced to either t
60
61
61
62
All the details about [previous releases] can be found in [local_codechecker](https://github.com/moodlehq/moodle-local_codechecker) own change log.
0 commit comments