From 744469ff502ef91de9eaef56733ca0a10378e268 Mon Sep 17 00:00:00 2001 From: webimpress Date: Sat, 18 May 2019 10:20:03 +0100 Subject: [PATCH] Adds CHANGELOG entry for #24 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 687eca32..7b285e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,10 @@ All notable changes to this project will be documented in this file, in reverse - [#23](https://github.com/webimpress/coding-standard/pull/23) `Functions\ReturnType` - fixes recognising yoda comparison in return statement and type of returned value +- [#24](https://github.com/webimpress/coding-standard/pull/24) fixes error in fixer when recognised type was invalid. Affects the following sniffs: + - `PHP\CorrectClassNameCase` + - `PHP\DisallowFqn` + ## 1.0.2 - 2019-05-12 ### Added