Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation below 7.2.5 #2707
Deprecation below 7.2.5 #2707
Changes from 89 commits
11ec7da
6272b96
db54a69
40a0c8a
fc2854e
c538c98
530dea0
056bd46
ed9796c
e818536
e29a218
5319955
d36bb84
930ff7e
c40f9a8
dfdac4e
1d52190
02c9847
c13eb8e
cdf6b29
754f1a2
928722f
b4ea7d8
08dfebf
99dbfd4
0b6a346
b91798d
1b7d3a9
effc86c
211eaaa
4955db2
b6ef7a9
eeca3e8
17b5fcb
f9abc3a
bbdcf16
d1c75dc
cc91889
4e5b79e
6f22eca
3e3418f
de1fb72
cbaa4e7
fb7aed9
55d098f
444c21f
1a5a364
5648ddf
ea37aa7
5a9631a
e0685c1
cd85c7f
c2cbe50
5b76cff
78f97a9
f073509
1ed73fd
e23d611
44c74e5
c682258
00a6297
1e5788c
3d9831d
6cce217
3482ffb
d5e6b64
798d4ed
3788522
e367214
ea937ae
154a134
e2282c9
8a86f0b
fc5034e
dbc9c80
2403f9a
971166a
6b4516c
358989d
2a6abe3
4233e1e
1556f93
fed3d09
25ec03b
3af7861
5614815
1b9afc8
7ae640d
55c4995
568b562
a6923d0
716efb5
1e912e0
0cdad55
e6d4106
a33f08e
ef6e889
8ed4979
6a7b109
24811e6
a611b99
c151413
40f069b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not necessary to include these two utils files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrahamCampbell,
Happy to revert this if you wanted to give the PR another once-over.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not a bug, just unnecessary to include these classes explicitly, since they already get autoloaded like the others. The original code was only necessary to include functions - functions cannot (currently) be autoloaded.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll keep that in mind and will probably add something to our backlog for this. If you notice anything else, definitely let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to drop 1.x here. we can have
^1.9.1 || ^2.4.5
. having extra return types in your implementations is still compatible with v1.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to drop 1.x here. we can have
^1.5.3 || ^2.0
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this fix doesn't seem related to the PHP upgrade
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add a use statement and shorten the return type?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is incorrect
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is incorrect