Bruce Wells

Results 82 comments of Bruce Wells

Since this package only supports PHP 7.1 and higher (yeah, good call to no longer support 7.0 and lower), I removed the old symfony/var-dumper versions that support the older PHP...

Where are we with this PR? Do you plan to support 8.1?

Any progress on PHP 8.0 support? I commented out Debug Bar for now, as it is completely broken in PHP 8.0. Sounds like a version tag issue. Any reason not...

From composer.lock: "name": "maximebf/debugbar", "version": "v1.16.4", PHP 8.0.0: Fatal error: Declaration of DebugBar\DataCollector\PDO\TraceablePDO::query($statement) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) Looks like the most recent...

Awesome! Thanks. Not updated on Packagist yet, but I'll check tonight. Now to get my Slack library to update to 8.0.

Packagist has been updated. I upgraded and all good now. I think we can close this issue. Thanks again for the new tag.

There are still several outstanding PHP 8.1 issues. I put in PR https://github.com/maximebf/php-debugbar/pull/497 that should fix most of them. Since these are all trivial non logic type fixes, they should...

I believe they are saying @inheritDoc is the correct form for how you are using it, ie. this is documented the same way as the parent class method. {@inheritDoc} is...

Two of the Travis failures look like composer install issue. The third is due to an old version of PHPUnit that is no longer supported by PHP 8, which is...

Thanks for the issue. I won't be able to look at this for about 2 weeks, but I thought I might be able to help you with a few observations....