Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/3156'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PubSubHubbub/Subscriber/Callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Callback extends PubSubHubbub\AbstractCallback
* Holds a manually set subscription key (i.e. identifies a unique
* subscription) which is typical when it is not passed in the query string
* but is part of the Callback URL path, requiring manual retrieval e.g.
* using a route and the Zend_Controller_Action::_getParam() method.
* using a route and the \Zend\Mvc\Router\RouteMatch::getParam() method.
*
* @var string
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Reader/FeedSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected function canonicalizePath($path)
}

/**
* Supports lazy loading of feeds using Zend_Feed_Reader::import() but
* Supports lazy loading of feeds using Reader::import() but
* delegates any other operations to the parent class.
*
* @param string $offset
Expand Down

0 comments on commit 53107b1

Please sign in to comment.