Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

andrew-demb
Copy link
Contributor

Resolve deprecations:

  1. The signature of method "Symfony\Component\DependencyInjection\Alias::setDeprecated()" requires 3 arguments (since symfony/dependency-injection 5.1)
  2. "isMasterRequest()" is deprecated, use "isMainRequest()" instead. [HttpFoundation][HttpKernel] Rename master request to main request symfony/symfony#40536 (since symfony/http-kernel 5.3)

…ll supported symfony versions (4/5)

> Since symfony/dependency-injection 5.1: The signature of method "Symfony\Component\DependencyInjection\Alias::setDeprecated()" requires 3 arguments: "string $package, string $version, string $message", not defining them is deprecated
> Since symfony/http-kernel 5.3 "isMasterRequest()" is deprecated, use "isMainRequest()" instead.
@allflame allflame merged commit 5cf21a4 into code-tool:3.0.x Jun 29, 2021
@andrew-demb andrew-demb deleted the deprecation-free branch June 29, 2021 09:31
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.

2 participants