Fix misleading $class = false default in Html::infoBox
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 26 Mar 2015 09:43:01 +0000 (10:43 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 26 Mar 2015 09:43:01 +0000 (10:43 +0100)
commit7ff53f8e07b03189a00d951bef8c277bb467b7eb
tree46d4a46e6484e1f1b573e7e61b3e4a05ccefdd5d
parentafe08307d652881e7c239b10c6e99eb889a7f82b
Fix misleading $class = false default in Html::infoBox

I found this because my PHPStorm complains about the type mismatch.
I could have changed the @param tag to "string|bool", but when looking
at the code, the $class variable is casted to a string anyway and
never used as a bool.

Change-Id: I3450fa8a898923bbae26830ed3be0017685020d3
includes/Html.php