refactor: upgrade to PHP 5.6
This commit is contained in:
parent
a5dcebca44
commit
cc511457a0
2 changed files with 2 additions and 0 deletions
|
@ -1706,6 +1706,7 @@ class Parser {
|
|||
*/
|
||||
public function reference_container(): string {
|
||||
|
||||
$l_str_use_backbutton_hint = null;
|
||||
// No footnotes have been replaced on this page.
|
||||
if ( empty( self::$a_arr_footnotes ) ) {
|
||||
return '';
|
||||
|
|
Reference in a new issue