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: krixer/OhGoogleMapFormTypeBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chamilo/OhGoogleMapFormTypeBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Feb 8, 2024

  1. Add return type declarations to future-proof vs Symfony\Component\For…

    …m\FormTypeInterface::getParent()
    
    Symfony 5.4 warns of 
    Method  "Symfony\Component\Form\FormTypeInterface::getParent()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Oh\GoogleMapFormTypeBundle\Form\Type\GoogleMapType" now to avoid errors or add an explicit @return annotation to suppress this message.
    ywarnier authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    67796cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7977cac View commit details
    Browse the repository at this point in the history
  3. Add changelog

    ywarnier committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    be7d456 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9a256d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36bda36 View commit details
    Browse the repository at this point in the history
  6. Update changelog for v1.5

    ywarnier committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9290d9f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    4b7132d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from AngelFQC/master

    Fix deprecations about return types
    ywarnier authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6b49fdb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    78a4095 View commit details
    Browse the repository at this point in the history
Loading