Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Fix: replace curly offset access brace with square brackets #272

Merged
merged 1 commit into from
Oct 12, 2019
Merged

Fix: replace curly offset access brace with square brackets #272

merged 1 commit into from
Oct 12, 2019

Conversation

michalbundyra
Copy link
Member

As of PHP 7.4:
the array and string offset access syntax using curly braces is deprecated.

As of PHP 7.4:
the array and string offset access syntax using curly braces is deprecated.
@froschdesign
Copy link
Member

@michalbundyra michalbundyra added this to the 2.12.1 milestone Aug 28, 2019
@samsonasik
Copy link
Contributor

7.4snapshot need to be added to .travis.yml

@froschdesign
Copy link
Member

@samsonasik

7.4snapshot need to be added to .travis.yml

We need a strategy for this, otherwise a new problem will arise at the end of November: we need to change the configuration for Travis again - manually.

michalbundyra added a commit that referenced this pull request Oct 12, 2019
Fix: replace curly offset access brace with square brackets
michalbundyra added a commit that referenced this pull request Oct 12, 2019
michalbundyra added a commit that referenced this pull request Oct 12, 2019
@michalbundyra michalbundyra merged commit 08110e7 into zendframework:master Oct 12, 2019
@michalbundyra michalbundyra deleted the hotfix/curly-braces branch October 12, 2019 11:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants