Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/security-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.26
Choose a base ref
...
head repository: symfony/security-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.4.27
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 21, 2021

  1. Leverage str_contains/str_starts_with

    Signed-off-by: Alexander M. Turek <me@derrabus.de>
    derrabus authored and nicolas-grekas committed Jul 21, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    73c7de5 View commit details

Commits on Jul 24, 2021

  1. Improve usage of twig ternary

    Seb33300 authored and fabpot committed Jul 24, 2021
    Copy the full SHA
    88e23e1 View commit details
  2. minor #42010 Improve usage of twig ternary (Seb33300)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Improve usage of twig ternary
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | none
    | License       | MIT
    | Doc PR        | none
    
    Remove useless `else` condition when using twig ternary:
    
    > `{{ foo ? 'yes' }}` is the same as `{{ foo ? 'yes' : '' }}`
    
    See: https://twig.symfony.com/doc/3.x/templates.html#other-operators
    
    Commits
    -------
    
    4be962d323 Improve usage of twig ternary
    fabpot committed Jul 24, 2021
    Copy the full SHA
    49a0906 View commit details
Loading