mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
Convert spaces to tabs
This commit is contained in:
parent
8f542e5035
commit
df20186c37
5 changed files with 134 additions and 134 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
interface Resque_Job_FactoryInterface
|
||||
{
|
||||
/**
|
||||
* @param $className
|
||||
* @param array $args
|
||||
* @param $queue
|
||||
* @return Resque_JobInterface
|
||||
*/
|
||||
public function create($className, array $args, $queue);
|
||||
/**
|
||||
* @param $className
|
||||
* @param array $args
|
||||
* @param $queue
|
||||
* @return Resque_JobInterface
|
||||
*/
|
||||
public function create($className, array $args, $queue);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue