matomo-org / component-ini

Read and write INI configurations.
GNU Lesser General Public License v3.0
50 stars 25 forks source link

don't use deprecated array syntax #10

Closed Findus23 closed 5 years ago

Findus23 commented 5 years ago

for PHP 7.4 compatibility See matomo-org/matomo#14821 (comment) for more details.

Interestingly this is the same code as in https://github.com/matomo-org/matomo/blob/7ef892665d8e51471a0eb3fa93a4b0f9967278b7/libs/upgradephp/upgrade.php#L138 so I guess the function can be removed there.

tsteur commented 5 years ago

👍