mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
Merge pull request #287 from jesusch/master
removed all closing PHP tags
This commit is contained in:
commit
73b62e364a
@ -9,4 +9,3 @@
|
|||||||
class Resque_Exception extends Exception
|
class Resque_Exception extends Exception
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
?>
|
|
@ -18,4 +18,3 @@ interface Resque_Failure_Interface
|
|||||||
*/
|
*/
|
||||||
public function __construct($payload, $exception, $worker, $queue);
|
public function __construct($payload, $exception, $worker, $queue);
|
||||||
}
|
}
|
||||||
?>
|
|
@ -31,4 +31,3 @@ class Resque_Failure_Redis implements Resque_Failure_Interface
|
|||||||
Resque::redis()->rpush('failed', $data);
|
Resque::redis()->rpush('failed', $data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
@ -273,4 +273,3 @@ class Resque_Job
|
|||||||
return '(' . implode(' | ', $name) . ')';
|
return '(' . implode(' | ', $name) . ')';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
@ -140,4 +140,3 @@ class Resque_Job_Status
|
|||||||
return 'job:' . $this->id . ':status';
|
return 'job:' . $this->id . ':status';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
@ -564,4 +564,3 @@ class Resque_Worker
|
|||||||
$this->logger = $logger;
|
$this->logger = $logger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user