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: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.18.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 10, 2022

  1. Update composer.json

    barryvdh authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    59c1797 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. PHP 8.1 fix in DataFormatter.php for "Implicit conversion from float …

    …-INF to int loses precision" (#498)
    
    This fixes a PHP 8.1 bug "Deprecated: Implicit conversion from float -INF to int loses precision in vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php
    beat authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    70e8062 View commit details
    Browse the repository at this point in the history
  2. PHP 8.1 fix (#495)

    * PHP 8.1 fix
    
    * Use supported return types
    RV7PR authored Feb 11, 2022
    2 Configuration menu
    Copy the full SHA
    c2e3103 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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