diff --git a/src/Reader/Reader.php b/src/Reader/Reader.php index a2ba7321..fffff0e0 100644 --- a/src/Reader/Reader.php +++ b/src/Reader/Reader.php @@ -65,7 +65,7 @@ class Reader /** * Cache instance * - * @var \Zend\Cache\Core + * @var \Zend\Cache\Frontend\Core */ protected static $_cache = null; @@ -111,7 +111,7 @@ class Reader /** * Get the Feed cache * - * @return \Zend\Cache\Core + * @return \Zend\Cache\Frontend\Core */ public static function getCache() { @@ -121,10 +121,10 @@ public static function getCache() /** * Set the feed cache * - * @param \Zend\Cache\Core $cache + * @param \Zend\Cache\Frontend\Core $cache * @return void */ - public static function setCache(\Zend\Cache\Core $cache) + public static function setCache(\Zend\Cache\Frontend\Core $cache) { self::$_cache = $cache; } diff --git a/src/Writer/Feed.php b/src/Writer/Feed.php index b8fa092c..d97f6a1e 100644 --- a/src/Writer/Feed.php +++ b/src/Writer/Feed.php @@ -246,7 +246,7 @@ public function export($type, $ignoreExceptions = false) throw new Exception('Invalid feed type specified: ' . $type . '.' . ' Should be one of "rss" or "atom".'); } - $renderClass = 'Renderer\\Feed\\' . $type; + $renderClass = '\\Zend\\Feed\\Writer\\Renderer\\Feed\\' . $type; $renderer = new $renderClass($this); if ($ignoreExceptions) { $renderer->ignoreExceptions(); diff --git a/tools/phptools b/tools/phptools deleted file mode 160000 index d232cb3e..00000000 --- a/tools/phptools +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d232cb3e4f1448daccefc74882da1862cda7656f