summaryrefslogtreecommitdiffstats
path: root/lib/utils.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils.php')
-rw-r--r--lib/utils.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils.php b/lib/utils.php
index 7c1f8ee4a..ab80018d6 100644
--- a/lib/utils.php
+++ b/lib/utils.php
@@ -43,7 +43,7 @@ class Utils {
* @param url remote url of the feed
* @returns an instance of OC_News_Feed
*/
- public static function fetch($url){
+ public static function fetch($url) {
$spfeed = new \SimplePie_Core();
$spfeed->set_feed_url( $url );
$spfeed->enable_cache( false );
@@ -106,7 +106,7 @@ class Utils {
* @param url remote url of the feed
* @returns an instance of OC_News_Feed
*/
- public static function slimFetch($url){
+ public static function slimFetch($url) {
$spfeed = new \SimplePie_Core();
$spfeed->set_feed_url( $url );
$spfeed->enable_cache( false );