mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
global: Fix code violations
This commit is contained in:
parent
ce65f51d91
commit
e7d3a006c8
52 changed files with 5 additions and 62 deletions
|
@ -15,7 +15,6 @@ class ModelKarteiBridge extends BridgeAbstract {
|
|||
|
||||
private $feedName = '';
|
||||
|
||||
|
||||
public function collectData() {
|
||||
$model_id = preg_replace('/[^0-9]/', '', $this->getInput('model_id'));
|
||||
if (empty($model_id))
|
||||
|
@ -94,7 +93,6 @@ class ModelKarteiBridge extends BridgeAbstract {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public function getName(){
|
||||
if(!empty($this->feedName)) {
|
||||
return $this->feedName . ' - ' . self::NAME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue