installer: Fix Html::infoBox param docs and mark as internal
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 4 Jul 2019 21:13:18 +0000 (22:13 +0100)
committerKrinkle <krinklemail@gmail.com>
Fri, 5 Jul 2019 18:26:18 +0000 (18:26 +0000)
commit51e00a4f262efb0faf1aac1e547086f9df6eedb8
treecbdcca118377364daa7b709b23017bcc18288ebf
parent9c36c584ffe4c4650083bd158b13ce2efde34268
installer: Fix Html::infoBox param docs and mark as internal

This method is very specific to the installer and is only used in one
place, in WebInstaller, and should probably be moved there.

For now, make its documentation less confusing, more correct, and
mark it as `@internal`, this is not a supported public interface.

Bug: T227297
Change-Id: I8902fe34b80c5152bfd37e9c24427ad48b5f4167
includes/Html.php
includes/installer/WebInstaller.php