Oliver Vartiainen
Oliver Vartiainen
Hi, I added examples for the standard logger as it was requested in #13. Thanks for the project!
Looking at the examples, table literals should not be padded (incorrect `t = { a = 1 }` vs correct `t = {a=1}`). There was an example in the OOP...
`ResqueScheduler::removeDelayed` calls `removePrefix` [on line 115](https://github.com/chrisboulton/php-resque-scheduler/blob/f4b8f1409d640051d34f92d921ceb2bcdc2133cf/lib/ResqueScheduler.php#L115). However, in php-resque-scheduler version 1.1 the php-resque dependency is at version 1.2, where `removePrefix` does not exist yet, and the `removePrefix` call fails silently,...