Skip to content
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

Backports for 5.2.2 (Part 3) #450

Merged
merged 2 commits into from Oct 3, 2017
Merged

Conversation

erayd
Copy link
Collaborator

@erayd erayd commented Oct 3, 2017

Bugfixes from 6.0.0 that can be backported to 5.2.2 without breaking backwards-compatibility.

See #431 for part 1 and #433 for part 2.

Backported PRs

Skipped PRs

There are no skipped PRs.

…le (justinrainbow#449)

* Update php-csfixer rules to address problem in 2.7 & new multiline rule

 * yoda_style in 2.7 is dangerous and may result in logic errors. In
 some cases, it also results in invalid syntax.

 * multiline comments prefixed with // now seem to be misaligned, and
 this cannot be disabled, so have changed the relevant comment.

* PHP-5.3 is not available on trusty, so explicitly specify precise for 5.3
…#448)

Fixes justinrainbow#447

Note that this patch does not check whether a given container is
actually a schema when recursing into it. In most cases this will
not matter, however it does mean that in some edge cases it will
attempt to resolve a `$ref` in a context where ref is actually not
part of the spec. Limiting resolution to schema-context containers
is outside the scope of this patch, but can be added later.
@erayd
Copy link
Collaborator Author

erayd commented Oct 3, 2017

@bighappyface Do you reckon we're ready for a 5.2.2 release, or not yet?

Copy link
Collaborator

@bighappyface bighappyface left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for 1a330df
+1 for a2cfa75

@bighappyface bighappyface merged commit b80053b into justinrainbow:5.x.x Oct 3, 2017
@bighappyface
Copy link
Collaborator

@erayd
Copy link
Collaborator Author

erayd commented Oct 3, 2017

@bighappyface Thanks :-). 👍

@erayd erayd deleted the backport-522 branch October 3, 2017 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants