From 46af79fa51ccaeb4e3bd5b3e9957195985058621 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Thu, 19 Dec 2019 15:32:30 +0100 Subject: [PATCH] Remove double line break --- tests/php/test-class-amp-dom-document.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/php/test-class-amp-dom-document.php b/tests/php/test-class-amp-dom-document.php index e115312e97e..41a06f04b84 100644 --- a/tests/php/test-class-amp-dom-document.php +++ b/tests/php/test-class-amp-dom-document.php @@ -325,7 +325,6 @@ public function test_invalid_head_nodes() { $this->assertEquals( 6, $dom->body->childNodes->length ); } - /** * Get head node data. *