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

Fix: HtmlDumper::$dumpHeader is not compatible with symfony's $dumpHeader #176

Closed
wants to merge 1 commit into from
Closed

Conversation

buismaarten
Copy link

Fixes #175

Happens to me while playing with Laravel 11.x

@nunomaduro
Copy link
Collaborator

@buismaarten Can you tell me a way to reproduce this issue?

@buismaarten
Copy link
Author

@buismaarten Can you tell me a way to reproduce this issue?

  1. Setup a Laravel 11.x installation using the main branch of laravel/laravel
  2. Use the dd or dump functions in a route, I used the welcome route
  3. Visit the route in the browser, the error will be triggered

@nunomaduro
Copy link
Collaborator

Your pull request is a breaking change. I will address this, in a separate pull request.

@nunomaduro nunomaduro closed this Jan 12, 2024
@buismaarten buismaarten deleted the patch-1 branch January 12, 2024 12:43
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.

HtmlDumper::$dumpHeader is not compatible with symfony's $dumpHeader.
2 participants