From 88da6ba1abfef5d1e94a195135a414f889319417 Mon Sep 17 00:00:00 2001 From: haszi Date: Sun, 18 Feb 2024 21:23:39 +0100 Subject: [PATCH] Fix tests after rebase --- tests/php/type_rendering_001.phpt | 3 +-- tests/php/type_rendering_002.phpt | 3 +-- tests/php/type_rendering_003.phpt | 3 +-- tests/xhtml/whitespace_formatting_001.phpt | 4 ++-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/tests/php/type_rendering_001.phpt b/tests/php/type_rendering_001.phpt index 3e0d2545..e9edc78d 100644 --- a/tests/php/type_rendering_001.phpt +++ b/tests/php/type_rendering_001.phpt @@ -38,8 +38,7 @@ Content:

1. Function/method with no return type

-
- function_name()
+
function_name()
diff --git a/tests/php/type_rendering_002.phpt b/tests/php/type_rendering_002.phpt index e44a1c80..6309b11f 100644 --- a/tests/php/type_rendering_002.phpt +++ b/tests/php/type_rendering_002.phpt @@ -38,8 +38,7 @@ Content:

1. Function/method with no parameters

-
- function_name()
+
function_name()
diff --git a/tests/php/type_rendering_003.phpt b/tests/php/type_rendering_003.phpt index 03a30c7d..f37b33ed 100644 --- a/tests/php/type_rendering_003.phpt +++ b/tests/php/type_rendering_003.phpt @@ -38,8 +38,7 @@ Content:

1. Constructor with no parameters, no return type

-
- final public ClassName::__construct()
+
final public ClassName::__construct()
diff --git a/tests/xhtml/whitespace_formatting_001.phpt b/tests/xhtml/whitespace_formatting_001.phpt index 81339724..5c1aa1d6 100644 --- a/tests/xhtml/whitespace_formatting_001.phpt +++ b/tests/xhtml/whitespace_formatting_001.phpt @@ -44,13 +44,13 @@ Content:

2. Constructor with whitespace between name, parameters and return types

-
final public ClassName::__construct(iterableresourcecallablenull $optionvoid)
+
final public ClassName::__construct(iterableresourcecallablenull $optionvoid)

3. Destructor with whitespace between name, parameters and return types

-
final public ClassName::__construct(iterableresourcecallablenull $optionvoid)
+
final public ClassName::__construct(iterableresourcecallablenull $optionvoid)