[dokuwiki] New PR: Fix PHP 7.3 compatibility issues part1

  • From: "syntaxseed" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 1 Oct 2020 14:29:58 +0200 (CEST)

Hi,

syntaxseed opened a new pull request at 
https://github.com/splitbrain/dokuwiki/pull/3273:

Issues Identified By PHP Code Sniffer:
phpcs --standard=PHPCompatibility --extensions=php,inc,lib --runtime-set 
testVersion 7.3- .

Issues Fixed:

- Passing the $glue and $pieces parameters in reverse order to join has been 
deprecated since PHP 7.4; $glue should be the first parameter and $pieces the 
second.

- PHP has reserved all method names with a double underscore prefix for future 
use.

(To be continued with PSR2 and Dokuwiki code style rules fixes.)


Please help us to review this pull request, so new contributors get feedback in 
a timely manner.

d0c49080-03e1-11eb-8ab6-e75d752bc856


-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts:

  • » [dokuwiki] New PR: Fix PHP 7.3 compatibility issues part1 - syntaxseed