From 8d4d0c0e4adfdae53b01730f9d2c3396ed29a8e1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 17 Oct 2022 10:33:33 +0200 Subject: [PATCH] Fixes --- tests/FileManipulation/ThrowsBlockAdditionTest.php | 12 ++++++------ tests/FunctionCallTest.php | 8 -------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/tests/FileManipulation/ThrowsBlockAdditionTest.php b/tests/FileManipulation/ThrowsBlockAdditionTest.php index 889195569ea..467fe05b14b 100644 --- a/tests/FileManipulation/ThrowsBlockAdditionTest.php +++ b/tests/FileManipulation/ThrowsBlockAdditionTest.php @@ -119,7 +119,7 @@ function foo(string $s): string { 'safe_types' => true, ], 'addThrowsAnnotationToFunctionInNamespace' => [ - 'input_type' => ' ' ' ' true, ], 'addThrowsAnnotationToFunctionFromFunctionFromOtherNamespace' => [ - 'input_type' => ' ' ' ' true, ], 'addThrowsAnnotationAccountsForUseStatements' => [ - 'input_type' => ' ' ' ' 'lowercase-string', ], ], - 'round_literalValue' => [ - 'code' => ' [ - '$a===' => 'float(10.36)', - ], - ], ]; }