Skip to content

Commit

Permalink
fix docblocks : Zend_ should be Zend\
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 23, 2013
1 parent 0209199 commit 0ff3fb0
Show file tree
Hide file tree
Showing 114 changed files with 156 additions and 156 deletions.
2 changes: 1 addition & 1 deletion library/Zend/Barcode/Barcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function getRendererPluginManager()
}

/**
* Factory for Zend_Barcode classes.
* Factory for Zend\Barcode classes.
*
* First argument may be a string containing the base of the adapter class
* name, e.g. 'int25' corresponds to class Object\Int25. This
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Barcode/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
interface ExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class InvalidArgumentException
extends \InvalidArgumentException
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Barcode/Exception/OutOfRangeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class OutOfRangeException extends \OutOfRangeException implements ExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class RendererCreationException
extends \InvalidArgumentException
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Barcode/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class UnexpectedValueException extends \UnexpectedValueException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Object\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class BarcodeValidationException extends InvalidArgumentException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Barcode\Object\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class ExtensionNotLoadedException extends RuntimeException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class OutOfRangeException extends Exception\OutOfRangeException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Barcode/Object/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class RuntimeException extends Exception\RuntimeException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class OutOfRangeException extends Exception\OutOfRangeException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class RuntimeException extends Exception\RuntimeException implements
ExceptionInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
* Exception for Zend\Barcode component.
*/
class UnexpectedValueException extends Exception\UnexpectedValueException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Captcha/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Captcha\Exception;

/**
* Exception for Zend_Form component.
* Exception for Zend\Form component.
*/
interface ExceptionInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Captcha\Exception;

/**
* Exception for Zend_Form component.
* Exception for Zend\Form component.
*/
class ExtensionNotLoadedException extends RuntimeException
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Captcha\Exception;

/**
* Exception for Zend_Form component.
* Exception for Zend\Form component.
*/
class ImageNotLoadableException extends RuntimeException
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Captcha/Exception/NoFontProvidedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Captcha\Exception;

/**
* Exception for Zend_Form component.
* Exception for Zend\Form component.
*/
class NoFontProvidedException extends InvalidArgumentException
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Code/Generator/FileGeneratorRegistry.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FileGeneratorRegistry
private static $fileCodeGenerators = array();

/**
* Registry for the Zend_Code package. Zend_Tool uses this
* Registry for the Zend\Code package.
*
* @param FileGenerator $fileCodeGenerator
* @param string $fileName
Expand Down
4 changes: 2 additions & 2 deletions library/Zend/Console/Getopt.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public function setArguments($argv)
/**
* Define multiple configuration options from an associative array.
* These are not program options, but properties to configure
* the behavior of Zend_Console_Getopt.
* the behavior of Zend\Console\Getopt.
*
* @param array $getoptConfig
* @return \Zend\Console\Getopt Provides a fluent interface
Expand All @@ -359,7 +359,7 @@ public function setOptions($getoptConfig)
/**
* Define one configuration option as a key/value pair.
* These are not program options, but properties to configure
* the behavior of Zend_Console_Getopt.
* the behavior of Zend\Console\Getopt.
*
* @param string $configKey
* @param string $configValue
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Db/Adapter/Platform/Mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct($driver = null)
*/
public function setDriver($driver)
{
// handle Zend_Db drivers
// handle Zend\Db drivers
if ($driver instanceof Mysqli\Mysqli
|| ($driver instanceof Pdo\Pdo && $driver->getDatabasePlatformName() == 'Mysql')
|| ($driver instanceof \mysqli)
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Dom/Exception/BadMethodCallException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Dom/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
interface ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Dom/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Zend\Dom\Exception;

/**
* Zend_Dom Exceptions
* Zend\Dom Exceptions
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/PubSubHubbub/AbstractCallback.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function setOptions($options)

/**
* Send the response, including all headers.
* If you wish to handle this via Zend_Http, use the getter methods
* If you wish to handle this via Zend\Http, use the getter methods
* to retrieve any data needed to be set on your HTTP Response object, or
* simply give this object the HTTP Response instance to work with for you!
*
Expand Down
10 changes: 5 additions & 5 deletions library/Zend/Feed/PubSubHubbub/CallbackInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function handle(array $httpData = null, $sendResponseNow = false);

/**
* Send the response, including all headers.
* If you wish to handle this via Zend_Controller, use the getter methods
* If you wish to handle this via Controller, use the getter methods
* to retrieve any data needed to be set on your HTTP Response object, or
* simply give this object the HTTP Response instance to work with for you!
*
Expand All @@ -33,17 +33,17 @@ public function sendResponse();

/**
* An instance of a class handling Http Responses. This is implemented in
* Zend_Feed_Pubsubhubbub_HttpResponse which shares an unenforced interface with
* (i.e. not inherited from) Zend_Controller_Response_Http.
* Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with
* (i.e. not inherited from) Zend\Feed\Pubsubhubbub\AbstractCallback.
*
* @param HttpResponse|\Zend\Http\PhpEnvironment\Response $httpResponse
*/
public function setHttpResponse($httpResponse);

/**
* An instance of a class handling Http Responses. This is implemented in
* Zend_Feed_Pubsubhubbub_HttpResponse which shares an unenforced interface with
* (i.e. not inherited from) Zend_Controller_Response_Http.
* Zend\Feed\Pubsubhubbub\HttpResponse which shares an unenforced interface with
* (i.e. not inherited from) Zend\Feed\Pubsubhubbub\AbstractCallback.
*
* @return HttpResponse|\Zend\Http\PhpEnvironment\Response
*/
Expand Down
4 changes: 2 additions & 2 deletions library/Zend/Feed/PubSubHubbub/PubSubHubbub.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class PubSubHubbub
/**
* Simple utility function which imports any feed URL and
* determines the existence of Hub Server endpoints. This works
* best if directly given an instance of Zend_Feed_Reader_Atom|Rss
* best if directly given an instance of Zend\Feed\Reader\Atom|Rss
* to leverage off.
*
* @param \Zend\Feed\Reader\Feed\AbstractFeed|string $source
Expand All @@ -65,7 +65,7 @@ public static function detectHubs($source)
}

/**
* Allows the external environment to make Zend_Oauth use a specific
* Allows the external environment to make Oauth use a specific
* Client instance.
*
* @param Http\Client $httpClient
Expand Down
8 changes: 4 additions & 4 deletions library/Zend/Feed/PubSubHubbub/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Publisher

/**
* An array of any errors including keys for 'response', 'hubUrl'.
* The response is the actual Zend_Http_Response object.
* The response is the actual Zend\Http\Response object.
*
* @var array
*/
Expand All @@ -49,7 +49,7 @@ class Publisher
protected $parameters = array();

/**
* Constructor; accepts an array or Zend_Config instance to preset
* Constructor; accepts an array or Zend\Config instance to preset
* options for the Publisher without calling all supported setter
* methods in turn.
*
Expand Down Expand Up @@ -241,7 +241,7 @@ public function notifyHub($url)
* If a Hub notification fails, certain data will be retained in an
* an array retrieved using getErrors(), if a failure occurs for any Hubs
* the isSuccess() check will return FALSE. This method is designed not
* to needlessly fail with an Exception/Error unless from Zend_Http_Client.
* to needlessly fail with an Exception/Error unless from Zend\Http\Client.
*
* @return void
* @throws Exception\RuntimeException
Expand Down Expand Up @@ -353,7 +353,7 @@ public function isSuccess()

/**
* Return an array of errors met from any failures, including keys:
* 'response' => the Zend_Http_Response object from the failure
* 'response' => the Zend\Http\Response object from the failure
* 'hubUrl' => the URL of the Hub Server whose notification failed
*
* @return array
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/Reader/AbstractEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function __call($method, $args)
}

/**
* Load extensions from Zend_Feed_Reader
* Load extensions from Zend\Feed\Reader\Reader
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/Reader/Entry/AbstractEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function __call($method, $args)
}

/**
* Load extensions from Zend_Feed_Reader
* Load extensions from Zend\Feed\Reader\Reader
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/Writer/AbstractFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ public function __call($method, $args)
}

/**
* Load extensions from Zend_Feed_Writer
* Load extensions from Zend\Feed\Writer\Writer
*
* @throws Exception\RuntimeException
* @return void
Expand Down
6 changes: 3 additions & 3 deletions library/Zend/Feed/Writer/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ public function __call($method, $args)
}

/**
* Creates a new Zend_Feed_Writer_Source data container for use. This is NOT
* Creates a new Zend\Feed\Writer\Source data container for use. This is NOT
* added to the current feed automatically, but is necessary to create a
* container with some initial values preset based on the current feed data.
*
Expand All @@ -726,7 +726,7 @@ public function createSource()
}

/**
* Appends a Zend_Feed_Writer_Entry object representing a new entry/item
* Appends a Zend\Feed\Writer\Entry object representing a new entry/item
* the feed data container's internal group of entries.
*
* @param Source $source
Expand All @@ -750,7 +750,7 @@ public function getSource()
}

/**
* Load extensions from Zend_Feed_Writer
* Load extensions from Zend\Feed\Writer\Writer
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Feed/Writer/Renderer/AbstractRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function getRootElement()
}

/**
* Load extensions from Zend_Feed_Writer
* Load extensions from Zend\Feed\Writer\Writer
*
* @return void
*/
Expand Down
Loading

0 comments on commit 0ff3fb0

Please sign in to comment.