Skip to content

Commit af6da3d

Browse files
committed
Add redirection after IntervalBoundary enum XML id change
1 parent 566073b commit af6da3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

error.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@
223223
// entry point changed
224224
'installation' => 'install',
225225

226+
// XML Id changed (see https://github.com/php/doc-en/commit/0d51ca45814bbc60d7a1e6cf6fc7213f0b49c8d5)
227+
'enum.random.intervalboundary' => 'enum.random-intervalboundary',
228+
'enum.random.intervalboundary.intro' => 'enum.random-intervalboundary.intro',
229+
'enum.random.intervalboundary.synopsis' => 'enum.random-intervalboundary.synopsis',
230+
226231
// was split among platforms (don't know where to redirect)
227232
'install.apache' => 'install',
228233
'install.apache2' => 'install',

0 commit comments

Comments
 (0)