Tweak comment

This makes it show up nicely in my IDE.

Change-Id: Ic203a9dcb83c96c3324996e183b4dfc239f65eca
This commit is contained in:
Adam Wight 2019-11-26 17:03:40 +01:00
parent 890e86a7fb
commit 38d7c09495

View file

@ -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 <p> tag into an <ol>.
// invalid HTML output, inserting a <p> tag into an <ol>.
$groupsCount = count( $this->refs[$group] );
for ( $k = 0; $k < $groupsCount; $k++ ) {
if ( !isset( $this->refs[$group][$k]['follow'] ) ) {