mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-22 16:13:35 +02:00
style: Fix coding styles
This commit is contained in:
@@ -29,7 +29,7 @@ class WhydBridge extends BridgeAbstract {
|
||||
) or returnServerError('No results for this query.');
|
||||
|
||||
for($j = 0; $j < 5; $j++){
|
||||
if(strtolower($html->find('div.user', $j)->find('a',0)->plaintext) == strtolower($this->getInput('u'))){
|
||||
if(strtolower($html->find('div.user', $j)->find('a', 0)->plaintext) == strtolower($this->getInput('u'))){
|
||||
$html = getSimpleHTMLDOM(
|
||||
self::URI . $html->find('div.user', $j)->find('a', 0)->getAttribute('href')
|
||||
) or returnServerError('No results for this query');
|
||||
|
Reference in New Issue
Block a user