mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[phpcs] enforce single quotes (#732)
* [phpcs] Add rule to enforce single quoted strings
This commit is contained in:
@@ -49,7 +49,7 @@ class NotAlwaysBridge extends BridgeAbstract {
|
||||
|
||||
public function getURI(){
|
||||
if(!is_null($this->getInput('filter'))) {
|
||||
return self::URI . $this->getInput('filter') . "/";
|
||||
return self::URI . $this->getInput('filter') . '/';
|
||||
}
|
||||
|
||||
return parent::getURI();
|
||||
|
Reference in New Issue
Block a user