mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
style: Fix coding styles
This commit is contained in:
parent
d8f5aa3c79
commit
ff83410534
26 changed files with 109 additions and 114 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue