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: beberlei/assert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.2
Choose a base ref
...
head repository: beberlei/assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.3
Choose a head ref
  • 7 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 27, 2022

  1. Allow any value to be passed to Assertion::isCountable() (#303)

    * Allow any value to be passed to Assertion::isCountable()
    
    Static analysis tools complain about type of `$value` argument but in fact it could be of any type since it will be checked later (that's the purpose of the method).
    
    * Revert unwanted changes
    
    Github's web IDE did something weird I think, I did not change those line on purpose (obviously).
    Wirone authored Sep 27, 2022
    1 Configuration menu
    Copy the full SHA
    e74044d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Update ci.yml (#332)

    rogervila authored Feb 25, 2023
    1 Configuration menu
    Copy the full SHA
    6031341 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    be26899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc6400b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Bump minimum PHP requirement to PHP 7.1 (#338)

    PR #337 depends on this.
    
    Bumps the minimum required PHP version to PHP 7.1 to use explicit nullable parameter type syntax.
    Ayesh authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9eb17b7 View commit details
    Browse the repository at this point in the history
  2. [PHP 8.4] Fixes for implicit nullability deprecation (#337)

    Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
    
    See:
     - [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
     - [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
    Ayesh authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    78aa6be View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add PHP 8.4 to CI (#341)

    TimWolla authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b5fd8ea View commit details
    Browse the repository at this point in the history
Loading