From 02cd847adc95a8a48d5d6e2e4b68ac30c71520ae Mon Sep 17 00:00:00 2001 From: Geert Eltink Date: Sun, 25 Oct 2020 07:05:06 +0100 Subject: [PATCH] fix: disable automatic missing native typehint fixing Fixes #47 Signed-off-by: Geert Eltink --- src/LaminasCodingStandard/ruleset.xml | 3 +++ test/expected-report.txt | 10 +++++----- test/fixable/4.1.ExtendsAndImplements.php | 5 +++++ test/fixable/7.Closures.php | 8 ++++++-- test/fixed/4.1.ExtendsAndImplements.php | 6 ++++++ test/fixed/4.4.MethodsAndFunctions.php | 2 +- test/fixed/7.Closures.php | 6 +++++- 7 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/LaminasCodingStandard/ruleset.xml b/src/LaminasCodingStandard/ruleset.xml index ac1786d..5399a3e 100644 --- a/src/LaminasCodingStandard/ruleset.xml +++ b/src/LaminasCodingStandard/ruleset.xml @@ -808,6 +808,9 @@ + + +