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

[5.3] Fix broken travis-ci test #12623

Closed
wants to merge 1 commit into from
Closed

Conversation

mark86092
Copy link
Contributor

The symfony http-foundation update their Symfony\Component\HttpFoundation\JsonResponse@setData.

The original is public function setData($data = array())
, and after 2/2 they update to public function setData($data = array(), $preEncoded = false)

So, the travis-cy can't not pass. I add $preEncoded to PR, however the preEncoded is useless in laravel framework case.

If Symfony change their class back, the PR can be ignored.

@mark86092 mark86092 changed the title Fix broken travis-ci test [5.3] Fix broken travis-ci test Mar 4, 2016
@GrahamCampbell
Copy link
Member

Yeh. We're going to wait for symfony to respond first.

@taylorotwell
Copy link
Member

Symfony is going to revert it.

@mark86092
Copy link
Contributor Author

Nice! Oh, I notice that you have post the problem to them before. I should check it.

@mark86092 mark86092 deleted the fix-broken branch March 4, 2016 13:40
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.

3 participants