summaryrefslogtreecommitdiffstats
path: root/fetcher
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-26 11:33:44 +0200
commitcd10f93e0d271840caff92b88195385a2a3f15b2 (patch)
treecf9e3724c35bba4cdd82e443938151bf189802cc /fetcher
parent06367d8b81407fc2948e0f666b38f4de2dffbd89 (diff)
style fixes
Diffstat (limited to 'fetcher')
-rw-r--r--fetcher/feedfetcher.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetcher/feedfetcher.php b/fetcher/feedfetcher.php
index 81b91738e..3427331b4 100644
--- a/fetcher/feedfetcher.php
+++ b/fetcher/feedfetcher.php
@@ -109,7 +109,7 @@ class FeedFetcher implements IFeedFetcher {
private function decodeTwice($string) {
- // behold! &apos; is not converted by PHP thats why we need to do it
+ // behold! &apos; is not converted by PHP that's why we need to do it
// manually (TM)
return str_replace('&apos;', '\'',
html_entity_decode(
@@ -137,7 +137,7 @@ class FeedFetcher implements IFeedFetcher {
$guid = $simplePieItem->get_id();
$item->setGuid($guid);
- // purification is done in the businesslayer
+ // purification is done in the service layer
$item->setBody($simplePieItem->get_content());
// pubdate is not required. if not given use the current date