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

Commit

Permalink
Moved Debug and Version into their own namespace, componentizing them.
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PubSubHubbub/Publisher.php
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
use Zend\Http\Request as HttpRequest;
use Zend\Stdlib\ArrayUtils;
use Zend\Uri;
use Zend\Version;
use Zend\Version\Version;

/**
* @category Zend
2 changes: 1 addition & 1 deletion src/PubSubHubbub/Subscriber.php
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
use Zend\Http\Request as HttpRequest;
use Zend\Stdlib\ArrayUtils;
use Zend\Uri;
use Zend\Version;
use Zend\Version\Version;

/**
* @category Zend

0 comments on commit 61e3391

Please sign in to comment.