Can't believe I've forgotten to remove that empty line (beside, I can hardly believe the PHP rules prevent non empty lines : PHP is not sensitive to that, it seems to me ... but I'm by no means rss-bridge maintainer)

This commit is contained in:
Nicolas Delsaux 2017-04-07 21:25:10 +02:00
parent a8c23cccda
commit e196589520

View File

@ -70,7 +70,7 @@ class SexactuBridge extends BridgeAbstract {
if($content){ if($content){
return $content; return $content;
} }
return null; return null;
} }