its

Results 176 comments of its

@PaolaRuby That's definitively possible, I'm just not fan of that naming convention and I'm working on a next major version of Clockwork anyway. Since major versions can break backwards-compatibility, we...

This would be a valid option if the Symfony versions differed only in apis, but won't work when one of the versions uses new PHP syntax features. The older PHP...

Hey, these methods are part of the public api for people building their custom integrations, so they are not used in the Clockwork code itself. I'll fix the property name,...

Hey, this should be fixed in `dev-master`.

Hey, I couldn't reproduce this issue on master, but I've ran into and fixed a different incompatibility with Laravel 5.4.

Fixed some old Laravel compatibility issues in Clockwork 5.2.

Hey, thanks for the PR! I want to think a bit about how to simplify this. Btw. I might be interested in upstreaming some of the tests at some point.

Hey, thanks for the PR. This looks nice, but is there any reason why are we making the closure static?