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 $option
void)
+
final public ClassName::__construct(
iterableresourcecallablenull $option
void)
3. Destructor with whitespace between name, parameters and return types
-
final public ClassName::__construct(iterableresourcecallablenull $option
void)
+
final public ClassName::__construct(
iterableresourcecallablenull $option
void)