diff --git a/src/Dumb.php b/src/Dumb.php index 31ecc4c..f0c3d6b 100644 --- a/src/Dumb.php +++ b/src/Dumb.php @@ -28,7 +28,6 @@ * * Note that only rendering is necessary for word-based captcha * - * @uses Zend\Captcha\Word * @category Zend * @package Zend_Captcha * @subpackage Adapter diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index acb1aec..bae2a70 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -23,7 +23,6 @@ /** * Exception for Zend_Form component. * - * @uses Zend\Exception * @category Zend * @package Zend_Captcha * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) diff --git a/src/Exception/ExtensionNotLoadedException.php b/src/Exception/ExtensionNotLoadedException.php index 7e71d74..df56192 100644 --- a/src/Exception/ExtensionNotLoadedException.php +++ b/src/Exception/ExtensionNotLoadedException.php @@ -24,7 +24,6 @@ /** * Exception for Zend_Form component. * - * @uses Zend\Exception * @category Zend * @package Zend_Captcha * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) @@ -34,4 +33,4 @@ class ExtensionNotLoadedException extends \RuntimeException implements ExceptionInterface { -} \ No newline at end of file +} diff --git a/src/Exception/ImageNotLoadableException.php b/src/Exception/ImageNotLoadableException.php index 5342763..4d75910 100644 --- a/src/Exception/ImageNotLoadableException.php +++ b/src/Exception/ImageNotLoadableException.php @@ -24,7 +24,6 @@ /** * Exception for Zend_Form component. * - * @uses Zend\Exception * @category Zend * @package Zend_Captcha * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) @@ -34,4 +33,4 @@ class ImageNotLoadableException extends \RuntimeException implements ExceptionInterface { -} \ No newline at end of file +} diff --git a/src/Exception/NoFontProvidedException.php b/src/Exception/NoFontProvidedException.php index 28c3f34..cf2451e 100644 --- a/src/Exception/NoFontProvidedException.php +++ b/src/Exception/NoFontProvidedException.php @@ -24,7 +24,6 @@ /** * Exception for Zend_Form component. * - * @uses Zend\Exception * @category Zend * @package Zend_Captcha * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) @@ -34,4 +33,4 @@ class NoFontProvidedException extends \InvalidArgumentException implements ExceptionInterface { -} \ No newline at end of file +} diff --git a/src/Figlet.php b/src/Figlet.php index 95450ee..a282292 100644 --- a/src/Figlet.php +++ b/src/Figlet.php @@ -28,8 +28,6 @@ * * Note that this engine seems not to like numbers * - * @uses Zend\Captcha\Word - * @uses Zend\Text\Figlet\Figlet * @category Zend * @package Zend_Captcha * @subpackage Adapter diff --git a/src/Word.php b/src/Word.php index d971392..675d433 100644 --- a/src/Word.php +++ b/src/Word.php @@ -26,8 +26,6 @@ * * Generates random word which user should recognise * - * @uses Zend\Captcha\AbstractAdapter - * @uses Zend\Loader * @category Zend * @package Zend_Captcha * @subpackage Adapter