honeybadger-io / honeybadger-php

PHP library for reporting errors to Honeybadger.io :elephant: :zap:
https://www.honeybadger.io/for/php/?utm_source=github&utm_medium=readme&utm_campaign=php&utm_content=website-url
MIT License
38 stars 21 forks source link

Update honeybadger-php to play nice with PHP 8.4 #217

Open the-pulli opened 3 days ago

the-pulli commented 3 days ago

Status

WIP 2 tests are currently failing under PHP 8.4 I'm not really sure why.

Description

Make the repo PHP 8.4 play nice with PHP 8.4 and remove deprecation warning like these:

Deprecated: Honeybadger\Honeybadger::__construct(): Implicitly marking parameter $client as nullable is deprecated, the explicit nullable type must be used instead in /Users/julian/Development/laravel/fax/vendor/honeybadger-io/honeybadger-php/src/Honeybadger.php on line 71

Related PRs

None

Todos