[dokuwiki] New PR: Fix PHP 7.3 Curly Brace Deprecations (Part 2)

  • From: "syntaxseed" <wiki@xxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 31 Oct 2019 00:21:43 +0100 (CET)

Hi,

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

Finish PHP 7.3->7.4 **curly brace** deprecations for the project. Remaining 
fixes following PR #2875.

Fixed:
- Curly brace syntax for accessing array elements and string offsets has been 
deprecated in PHP 7.4.

I will continue other deprecated issues in other PRs.

Using PHPCS:
```bash
phpcs --standard=PHPCompatibility --extensions=php,inc,lib --runtime-set 
testVersion 7.3- . 
```


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

088cdd80-fb6c-11e9-8ccd-1c88bff3c876


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

Other related posts:

  • » [dokuwiki] New PR: Fix PHP 7.3 Curly Brace Deprecations (Part 2) - syntaxseed