[build] Disable phan rule (for now)

This unblocks reverting HTML5 elements.
A longer term fix is brewing in
If6b10b0ddcbd4b21dd13a2813e60b604c3a23415

Change-Id: I85659d22dc2f2a803c2a7b1e57033b18900353df
This commit is contained in:
jdlrobson 2020-05-11 16:00:36 -07:00 committed by VolkerE
parent 185d9b28df
commit 4679efc000
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ class VectorTemplate extends BaseTemplate {
if ( !isset( $item['class'] ) ) {
$item['class'] = '';
}
/* @phan-suppress-next-line PhanTypePossiblyInvalidDimOffset */
$item['class'] = rtrim( 'collapsible ' . $item['class'], ' ' );
}