]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/IO/News.php
Scrutinizer Auto-Fixes (#59)
[galette.git] / galette / lib / Galette / IO / News.php
index 25f237b1d4a9ff80f1ff80f33d67fe148ad6cccd..9a0a5826d82a869249485d725b117fe835d76898 100644 (file)
@@ -174,7 +174,7 @@ class News
      */
     private function getCacheFilename()
     {
-        return GALETTE_CACHE_DIR .str_replace(
+        return GALETTE_CACHE_DIR . str_replace(
             '%feed',
             md5($this->feed_url),
             $this->cache_filename
@@ -240,7 +240,7 @@ class News
             $this->posts = $posts;
         } catch (\Exception $e) {
             Analog::log(
-                'Unable to load feed from "' . $this->feed_url  .
+                'Unable to load feed from "' . $this->feed_url .
                 '" :( | ' . $e->getMessage(),
                 Analog::ERROR
             );