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
+4-1
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
6
6
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
7
7
8
8
## [Unreleased]
9
+
## [v3.4.10] - 2024-07-04
9
10
### Changed
10
11
- The `moodle.NamingConventions.ValidFunctionName` sniff will now ignore errors on methods employing the `#[\Override]` attribute.
11
12
- The `moodle.Commenting.MissingDocblock` sniff no longer warns about missing docs on non-global anonymous classes, for example those written as an instance class in a unit test.
12
13
13
14
### Fixed
14
15
- Fixed an edge case leading to the file phpdoc block being incorrectly detected by various sniffs.
16
+
- Fixed a couple of problems with the `moodle.Files.BoilerplateComment` related to empty comment lines and to comments in the `<?php` open tag line.
15
17
16
18
## [v3.4.9] - 2024-06-19
17
19
### Fixed
@@ -240,7 +242,8 @@ All features are maintained and no new features have been introduced to either t
240
242
241
243
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