itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.7k stars 320 forks source link

Symfony 6 and Return Types #568

Closed mikerockett closed 2 years ago

mikerockett commented 2 years ago

I've just upgraded an app to Laravel 9, which uses Symfony 6.

Unfortunately, the capturing formatter is now broken due to the following:

Declaration of Clockwork\Support\Laravel\Console\CapturingFormatter::isDecorated() must be compatible with Symfony\Component\Console\Formatter\OutputFormatterInterface::isDecorated(): bool

Other methods of the implemented interface are affected as well.

itsgoingd commented 2 years ago

Thanks for the report, sorry to keep you waiting, will fix this one soon.

itsgoingd commented 2 years ago

Fixed in master (https://github.com/itsgoingd/clockwork/commit/ab5be8aa825fcb6c8114800386efe939b3b334c1), will tag a new release later this week.