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

Commit

Permalink
Merge pull request zendframework/zendframework#4421 from samsonasik/f…
Browse files Browse the repository at this point in the history
…ix/docblock.Zend_

fix docblocks : "Zend_" should be "Zend\" and some typos
  • Loading branch information
weierophinney committed May 23, 2013
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/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 src/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
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.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 InvalidArgumentException
extends \InvalidArgumentException
Expand Down
2 changes: 1 addition & 1 deletion src/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
2 changes: 1 addition & 1 deletion src/Exception/RendererCreationException.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 RendererCreationException
extends \InvalidArgumentException
Expand Down
2 changes: 1 addition & 1 deletion src/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
2 changes: 1 addition & 1 deletion src/Exception/UnexpectedValueException.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 UnexpectedValueException extends \UnexpectedValueException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Object/Exception/BarcodeValidationException.php
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
2 changes: 1 addition & 1 deletion src/Object/Exception/ExtensionNotLoadedException.php
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
2 changes: 1 addition & 1 deletion src/Object/Exception/InvalidArgumentException.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 InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Object/Exception/OutOfRangeException.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 OutOfRangeException extends Exception\OutOfRangeException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/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
2 changes: 1 addition & 1 deletion src/Renderer/Exception/InvalidArgumentException.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 InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/Exception/OutOfRangeException.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 OutOfRangeException extends Exception\OutOfRangeException implements
ExceptionInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Renderer/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
2 changes: 1 addition & 1 deletion src/Renderer/Exception/UnexpectedValueException.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 UnexpectedValueException extends Exception\UnexpectedValueException implements
ExceptionInterface
Expand Down

0 comments on commit 8b9cfc7

Please sign in to comment.