mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
global: Fix code violations
This commit is contained in:
parent
ce65f51d91
commit
e7d3a006c8
52 changed files with 5 additions and 62 deletions
|
@ -41,7 +41,6 @@ class OneFortuneADayBridge extends BridgeAbstract {
|
|||
const LIMIT_ITEMS = 7;
|
||||
const DAY_SECS = 86400;
|
||||
|
||||
|
||||
public function collectData() {
|
||||
$time = gmmktime((int)$this->getInput('time'), 0, 0);
|
||||
if ($time > time())
|
||||
|
@ -62,7 +61,6 @@ class OneFortuneADayBridge extends BridgeAbstract {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
private function getQuote($seed) {
|
||||
$quotes = explode('//', <<<QUOTES
|
||||
People are naturally attracted to you.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue