1.4.5 patch - formatting + composer replace

This commit is contained in:
Daniel Mason 2019-08-28 09:46:50 +12:00
parent 5a94c021da
commit 19f21219f8
11 changed files with 24 additions and 16 deletions

View file

@ -8,7 +8,7 @@ class Resque_Job_Factory implements Resque_Job_FactoryInterface
* @param array $args
* @param $queue
* @return Resque_JobInterface
* @throws \Resque_Exception
* @throws Resque_Exception
*/
public function create($className, $args, $queue)
{