refactor: upgrade to PHP 5.6

This commit is contained in:
Ben Goldsworthy 2021-05-02 19:49:31 +01:00
parent a5dcebca44
commit cc511457a0
2 changed files with 2 additions and 0 deletions

View file

@ -165,6 +165,7 @@ class Init {
* @since 1.5.0
*/
public function get_plugin_meta_information(): void {
$l_str_plugin_name = null;
// TODO: add nonce verification?
// Get plugin internal name from POST data.

View file

@ -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 '';