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

Commit

Permalink
Merge branch 'hotfix/code-cleanup' of https://github.com/Maks3w/zf2 i…
Browse files Browse the repository at this point in the history
…nto hotfix/uses-annotations
  • Loading branch information
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Dumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions src/Exception/ExtensionNotLoadedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -34,4 +33,4 @@ class ExtensionNotLoadedException
extends \RuntimeException
implements ExceptionInterface
{
}
}
3 changes: 1 addition & 2 deletions src/Exception/ImageNotLoadableException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -34,4 +33,4 @@ class ImageNotLoadableException
extends \RuntimeException
implements ExceptionInterface
{
}
}
3 changes: 1 addition & 2 deletions src/Exception/NoFontProvidedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -34,4 +33,4 @@ class NoFontProvidedException
extends \InvalidArgumentException
implements ExceptionInterface
{
}
}
2 changes: 0 additions & 2 deletions src/Figlet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/Word.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be4f66c

Please sign in to comment.