From 89ff0acd727f8611cbafe5aea524614090b24ad9 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 4 Jul 2024 18:34:56 +0200 Subject: [PATCH] Prepare for v3.4.10 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ea2f0..c5ccbde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/). The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com). ## [Unreleased] +## [v3.4.10] - 2024-07-04 ### Changed - The `moodle.NamingConventions.ValidFunctionName` sniff will now ignore errors on methods employing the `#[\Override]` attribute. - 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. ### Fixed - Fixed an edge case leading to the file phpdoc block being incorrectly detected by various sniffs. +- Fixed a couple of problems with the `moodle.Files.BoilerplateComment` related to empty comment lines and to comments in the `