X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ftidy%2FBalancer.php;h=947a57248092f486e7bee99b82648d1d85fdcdef;hp=b29a3afbd4241e71b4c6072ed722ff0d06a2ad8a;hb=e7720b8f8e09287384ddee271641d1b1721318bb;hpb=69fabec0f10aa4c74682f52e943c8717c86ba85a diff --git a/includes/tidy/Balancer.php b/includes/tidy/Balancer.php index b29a3afbd4..947a572480 100644 --- a/includes/tidy/Balancer.php +++ b/includes/tidy/Balancer.php @@ -1528,7 +1528,7 @@ class BalanceActiveFormattingElements { /** * Determine whether an element is in the list of formatting elements. * @param BalanceElement $elt - * @return boolean + * @return bool */ public function isInList( BalanceElement $elt ) { return $this->head === $elt || $elt->prevAFE;