From 73d68693372435c8efb2cbcdc97824c1418441ec Mon Sep 17 00:00:00 2001 From: Kamil Tekiela Date: Tue, 1 Aug 2023 00:40:55 +0100 Subject: [PATCH] Remove unnecessary parentheses around language constructs in mysqli --- ext/mysqli/tests/004.phpt | 2 +- ext/mysqli/tests/bug33090.phpt | 2 +- ext/mysqli/tests/bug34785.phpt | 2 +- ext/mysqli/tests/bug46614.phpt | 2 +- ext/mysqli/tests/bug47050.phpt | 2 +- ext/mysqli/tests/bug49027.phpt | 2 +- ext/mysqli/tests/bug51605.phpt | 2 +- ext/mysqli/tests/bug54221.phpt | 2 +- ext/mysqli/tests/bug54674.phpt | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ext/mysqli/tests/004.phpt b/ext/mysqli/tests/004.phpt index 92924f14df8..09eff4a1ecf 100644 --- a/ext/mysqli/tests/004.phpt +++ b/ext/mysqli/tests/004.phpt @@ -8,7 +8,7 @@ require_once 'skipifconnectfailure.inc'; ?> --FILE-- --FILE-- --FILE-- isEmpty(); diff --git a/ext/mysqli/tests/bug47050.phpt b/ext/mysqli/tests/bug47050.phpt index 0f23b9ff806..35a3a23c9f0 100644 --- a/ext/mysqli/tests/bug47050.phpt +++ b/ext/mysqli/tests/bug47050.phpt @@ -11,7 +11,7 @@ if (!defined("MYSQLI_ASYNC")) { ?> --FILE-- --FILE--