its
its
So the good news is, we can probably write the PHPDoc in a way, where it always returns correct type instead of just `mixed`. Bad news is, the conditional returns...
Hey, it would totally make sense if the `addDatabaseQuery` helper incremented query counts, I'll look into adding it for the next release. As a workaround for now, you can increment...
This is now implemented in master (https://github.com/itsgoingd/clockwork/commit/bbcefdf1e32540e9a2de5fbd1eacbb77d3f50bda) and will be released in Clockwork 5.3.
Hey, thanks for the PR, looks like a useful addition. I will try to review and merge soon.
Hey, yes, it will be included in 5.3, but it might take some time until it's out.
Hey, sorry for late reply. I've just added Xdebug support to the Vanilla integration in master (https://github.com/itsgoingd/clockwork/commit/da128d871b805941b0774a1526601b12c2f116da). Before, you would need to manually register the `XdebugDataSource` to have Xdebug info...
We try to not trigger profiler for the Clockwork requests, unfortunately this does not work perfectly. It's very awkward since there is no way to exclude a specific cookie from...
Added in Clockwork 5.3.5.
Thanks for the report, I'll try to fix these soon.
Oops, forgot about this one, this is now fixed in master and will be released in Clockwork 5.3 (https://github.com/itsgoingd/clockwork/commit/a46f56a9d0e6e498dfd0f44214299149f235b103).