-
Notifications
You must be signed in to change notification settings - Fork 186
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: beberlei/assert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 11 files changed
- 5 contributors
Commits on Sep 27, 2022
-
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).
1Configuration menu - View commit details
-
Copy full SHA for e74044d - Browse repository at this point
Copy the full SHA e74044dView commit details
Commits on Feb 25, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 6031341 - Browse repository at this point
Copy the full SHA 6031341View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for be26899 - Browse repository at this point
Copy the full SHA be26899View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6400b - Browse repository at this point
Copy the full SHA cc6400bView commit details
Commits on Apr 23, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9eb17b7 - Browse repository at this point
Copy the full SHA 9eb17b7View commit details -
[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)
Configuration menu - View commit details
-
Copy full SHA for 78aa6be - Browse repository at this point
Copy the full SHA 78aa6beView commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5fd8ea - Browse repository at this point
Copy the full SHA b5fd8eaView commit details
There are no files selected for viewing