domaz
domaz
I'm creating an events datasource and it works but I would like to display the listeners associated to the fired events. The listeners are stored correctly in the json: ```json...
This PR solve the ticket #676 by setting the correct handler in the existing `Clockwork\DataSource\MonologDataSource` by checking whether the `AbstractProcessingHandler:write` has a return type.
With Doctrine DBAL 3.0.0 the current `DBALDataSource` does not work because the method `LoggerChain::addLogger` has been removed and the class `SQLLogger` is deprecated. The new way to implement logging is...
I'm using the monolog package version 2.9.2 and I obtain the following error: ```php PHP Fatal error: Declaration of Clockwork\\Support\\Monolog\\Handler\\ClockworkHandler::write(array $record) must be compatible with Monolog\\Handler\\AbstractProcessingHandler::write(array $record): void in /var/www/html/vendor/itsgoingd/clockwork/Clockwork/Support/Monolog/Handler/ClockworkHandler.php...
**List of common tasks a pull request require complete** - [x] Changelog entry is added or the pull request don't alter library's functionality
Hi, in a client credentials flow the scope parameter is optional and the current implementation send the parameter anyway: ```php public function requestClientCredentialsToken() { $token_endpoint = $this->getProviderConfigValue('token_endpoint'); $headers = [];...
Message error: Expected id to be a string or number, received null. A refresh of the page is necessary to solve the issue temporarily
This package does not support the latest Clockwork version 5. I see that latest release is dated from 3 years ago. Is it really not compatible, can we bump the...
Right now Im using inside the composer.json this kind dependency to download it: ```json "require": { "php": "^8.3", "itsgoingd/clockwork": "dev-master@dev", ```