- Notifications
You must be signed in to change notification settings - Fork821
PermalinkChoose 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 orlearn 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-curl-class/php-curl-class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:11.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:php-curl-class/php-curl-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:11.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 11commits
- 16files changed
- 3contributors
Commits on Feb 24, 2025
⬆ Bump pygithub from 2.6.0 to 2.6.1
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.0 to 2.6.1.- [Release notes](https://github.com/pygithub/pygithub/releases)- [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst)- [Commits](PyGithub/PyGithub@v2.6.0...v2.6.1)---updated-dependencies:- dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
Merge pull request#927from php-curl-class/dependabot/pip/pygithub-2…
….6.1⬆ Bump pygithub from 2.6.0 to 2.6.1
Commits on Feb 27, 2025
Merge pull request#928from php-curl-class-helper/create-pull-reques…
…t/patch⬆ Update pre-commit dependencies
Commits on Mar 8, 2025
Fix PHPStan static analysis errors (#929)
* Increase PHPStan memory limit on local development* Add emjois to test warnings and test errors* Fix PHPStan static analysis errorsError messages: ------ ------------------------------------------------------------------------------------------------------ Line src/Curl/Curl.php ------ ------------------------------------------------------------------------------------------------------ 123 Cannot unset property Curl\Curl::$curlErrorCodeConstant because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 124 Cannot unset property Curl\Curl::$curlErrorCodeConstants because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 125 Cannot unset property Curl\Curl::$curlOptionCodeConstants because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 126 Cannot unset property Curl\Curl::$effectiveUrl because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 127 Cannot unset property Curl\Curl::$rfc2616 because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 128 Cannot unset property Curl\Curl::$rfc6265 because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 129 Cannot unset property Curl\Curl::$totalTime because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 564 Cannot unset property Curl\Curl::$curlErrorCodeConstant because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 565 Cannot unset property Curl\Curl::$effectiveUrl because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty 566 Cannot unset property Curl\Curl::$totalTime because it might have hooks in a subclass. 🪪 unset.possiblyHookedProperty ------ ------------------------------------------------------------------------------------------------------
Fix psalm install error on future php releases (#930)
* Skip running psalm on future PHP releases* Clean up indentation
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 11.0.4...11.0.5
Uh oh!
There was an error while loading.Please reload this page.