From e19658952053022c98c6e8200e269b3d29c81e82 Mon Sep 17 00:00:00 2001 From: Nicolas Delsaux Date: Fri, 7 Apr 2017 21:25:10 +0200 Subject: [PATCH] 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) --- bridges/SexactuBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/SexactuBridge.php b/bridges/SexactuBridge.php index 0cf05e2a..48a9a4a5 100644 --- a/bridges/SexactuBridge.php +++ b/bridges/SexactuBridge.php @@ -70,7 +70,7 @@ class SexactuBridge extends BridgeAbstract { if($content){ return $content; } - + return null; }