http-foundation icon indicating copy to clipboard operation
http-foundation copied to clipboard

solved this error:

Open CoderLifestyle opened this issue 4 years ago • 1 comments

Typed property Symfony\Component\HttpFoundation\Request::$isSafeContentPreferred must not be accessed before initialization

set $isSafeContentPreferred = false;

Not sure if this option was preferred.

CoderLifestyle avatar Jan 12 '22 09:01 CoderLifestyle

Thanks for your pull request! We love contributions.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components.

If you want to contribute, you should instead open a pull request on the main repository:

https://github.com/symfony/symfony

Thank you for your contribution!

PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply.

symfony-bot[bot] avatar Jan 12 '22 09:01 symfony-bot[bot]