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

[TwigBridge] Change return type of Symfony\Bridge\Twig\AppVariable::getSession() #50794

Closed
wants to merge 5 commits into from

Commits on Jun 27, 2023

  1. [TwigBridge] Fix for GitHub ticket 50789

    Change the return type of AppVariable.php getSession from 'Session' to 'SessionInterface', to be in line with the return type of getSession in http-foundation/Request.php
    Dirkhuethorst committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    aafaf89 View commit details
    Browse the repository at this point in the history
  2. [TwigBridge] Fix for GitHub ticket 50789

    Change the return type of AppVariable.php getSession from 'Session' to 'FlashBagAwareSessionInterface'
    Dirkhuethorst committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7e04f58 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [TwigBridge] Fix for GitHub ticket 50789

    Change the return type of AppVariable.php getSession from 'Session' to 'SessionInterface'
    Dirkhuethorst committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0d1d50b View commit details
    Browse the repository at this point in the history
  2. [TwigBridge] Fix for GitHub ticket 50789

    Change the return type of AppVariable.php getSession from 'Session' to 'SessionInterface'
    Dirkhuethorst committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    10fd572 View commit details
    Browse the repository at this point in the history
  3. [TwigBridge] Fix for GitHub ticket 50789

    Change the return type of AppVariable.php getSession from 'Session' to 'SessionInterface'
    Dirkhuethorst committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    97fc164 View commit details
    Browse the repository at this point in the history