Skip to content

Commit 5945327

Browse files
Indent line
1 parent fda8c22 commit 5945327

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ngfw/Recipe.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ public static function validateURL($url)
185185
public static function rssReader($url)
186186
{
187187
if (strpos($url, 'http') !== 0) {
188-
$url = 'http://' . $url;
188+
$url = 'http://' . $url;
189189
}
190-
}
191190

192191
$feed = self::curl($url);
193192
$xml = simplexml_load_string($feed, 'SimpleXMLElement', LIBXML_NOCDATA);

0 commit comments

Comments
 (0)