Skip to content

Commit

Permalink
Merge pull request chrisboulton#287 from jesusch/master
Browse files Browse the repository at this point in the history
removed all closing PHP tags
  • Loading branch information
chrisboulton committed Mar 9, 2016
2 parents df69e89 + b3b1d40 commit 73b62e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lib/Resque/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
class Resque_Exception extends Exception
{
}
?>
1 change: 0 additions & 1 deletion lib/Resque/Failure/Interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ interface Resque_Failure_Interface
*/
public function __construct($payload, $exception, $worker, $queue);
}
?>
1 change: 0 additions & 1 deletion lib/Resque/Failure/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ public function __construct($payload, $exception, $worker, $queue)
Resque::redis()->rpush('failed', $data);
}
}
?>
1 change: 0 additions & 1 deletion lib/Resque/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,3 @@ public function __toString()
return '(' . implode(' | ', $name) . ')';
}
}
?>
1 change: 0 additions & 1 deletion lib/Resque/Job/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,3 @@ public function __toString()
return 'job:' . $this->id . ':status';
}
}
?>
1 change: 0 additions & 1 deletion lib/Resque/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,4 +564,3 @@ public function setLogger(Psr\Log\LoggerInterface $logger)
$this->logger = $logger;
}
}
?>

0 comments on commit 73b62e3

Please sign in to comment.