mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-26 01:34:03 +02:00
phpcs: Fix violations
This commit is contained in:
@@ -45,7 +45,7 @@ class AllocineFRBridge extends BridgeAbstract {
|
||||
public function getName(){
|
||||
if(!is_null($this->getInput('category'))) {
|
||||
return self::NAME . ' : '
|
||||
.array_search(
|
||||
. array_search(
|
||||
$this->getInput('category'),
|
||||
self::PARAMETERS[$this->queriedContext]['category']['values']
|
||||
);
|
||||
|
Reference in New Issue
Block a user