Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
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: sonata-project/SonataCacheBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: sonata-project/SonataCacheBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.2.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 28, 2020

  1. Change void return declarations commands to be integer returns

    Calling these commands would throw a FatalErrorException: Compile Error:
    A void function must not return a value
    
    Since symfony commands require a proper exit code to be returned this
    should be an integer return type
    konetchy authored and greg0ire committed Jan 28, 2020
    Copy the full SHA
    5a6d348 View commit details
  2. 3.2.1

    greg0ire committed Jan 28, 2020
    Copy the full SHA
    ae1e499 View commit details
Loading