From 38d7c09495a9d7e773a9a512eababdcbdc4d20e2 Mon Sep 17 00:00:00 2001 From: Adam Wight Date: Tue, 26 Nov 2019 17:03:40 +0100 Subject: [PATCH] Tweak comment This makes it show up nicely in my IDE. Change-Id: Ic203a9dcb83c96c3324996e183b4dfc239f65eca --- src/ReferenceStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ReferenceStack.php b/src/ReferenceStack.php index b974d8aba..0b7628e6f 100644 --- a/src/ReferenceStack.php +++ b/src/ReferenceStack.php @@ -125,7 +125,7 @@ class ReferenceStack { // insert broken follow at the end of any other broken follows. // FIXME: This relies on an undocumented feature of array_splice, and produces - // invalid HTML output, inserting a

tag into an

    . + // invalid HTML output, inserting a

    tag into an

      . $groupsCount = count( $this->refs[$group] ); for ( $k = 0; $k < $groupsCount; $k++ ) { if ( !isset( $this->refs[$group][$k]['follow'] ) ) {