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

Commit

Permalink
Merge branch 'rem.catpacksubdocblock' of git://github.com/samsonasik/…
Browse files Browse the repository at this point in the history
…zf2 into hotfix/3797
  • Loading branch information
weierophinney committed Feb 19, 2013
2 parents 06ba23f + 36af7fb commit e9d63ad
Show file tree
Hide file tree
Showing 51 changed files with 2 additions and 162 deletions.
3 changes: 0 additions & 3 deletions library/Zend/File/Transfer/Adapter/AbstractAdapter.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Adapter;
Expand All @@ -30,8 +29,6 @@
* and filter chains instead.
*
* @todo Rewrite
* @category Zend
* @package Zend_File_Transfer
*/
abstract class AbstractAdapter implements TranslatorAwareInterface
{
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/File/Transfer/Adapter/FilterPluginManager.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File_Transfer
*/

namespace Zend\File\Transfer\Adapter;
Expand All @@ -18,8 +17,6 @@
* Enforces that filters retrieved are instances of
* FilterInterface. Additionally, it registers a number of default filters.
*
* @category Zend
* @package Zend_File_Transfer
*/
class FilterPluginManager extends BaseManager
{
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/File/Transfer/Adapter/Http.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Adapter;
Expand All @@ -18,8 +17,6 @@
/**
* File transfer adapter class for the HTTP protocol
*
* @category Zend
* @package Zend_File_Transfer
*/
class Http extends AbstractAdapter
{
Expand Down
5 changes: 0 additions & 5 deletions library/Zend/File/Transfer/Adapter/ValidatorPluginManager.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File_Transfer
*/

namespace Zend\File\Transfer\Adapter;

use Zend\Validator\ValidatorPluginManager as BaseManager;

/**
* @category Zend
* @package Zend_File_Transfer
*/
class ValidatorPluginManager extends BaseManager
{
protected $aliases = array(
Expand Down
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Exception;

use Zend\File\Exception;

/**
* @category Zend
* @package Zend_File_Transfer
*/
class BadMethodCallException extends Exception\BadMethodCallException implements
ExceptionInterface
{}
3 changes: 0 additions & 3 deletions library/Zend/File/Transfer/Exception/ExceptionInterface.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Exception;
Expand All @@ -15,8 +14,6 @@
/**
* Exception class for Zend\File\Transfer
*
* @category Zend
* @package Zend_File_Transfer
*/
interface ExceptionInterface
extends FileException
Expand Down
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Exception;

use Zend\File\Exception;

/**
* @category Zend
* @package Zend_File_Transfer
*/
class InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
{}
Expand Up @@ -5,14 +5,9 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Exception;

/**
* @category Zend
* @package Zend_File_Transfer
*/
class PhpEnvironmentException extends RuntimeException
{}
5 changes: 0 additions & 5 deletions library/Zend/File/Transfer/Exception/RuntimeException.php
Expand Up @@ -5,17 +5,12 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer\Exception;

use Zend\File\Exception;

/**
* @category Zend
* @package Zend_File_Transfer
*/
class RuntimeException extends Exception\RuntimeException implements
ExceptionInterface
{}
3 changes: 0 additions & 3 deletions library/Zend/File/Transfer/Transfer.php
Expand Up @@ -5,16 +5,13 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_File
*/

namespace Zend\File\Transfer;

/**
* Base class for all protocols supporting file transfers
*
* @category Zend
* @package Zend_File_Transfer
*/
class Transfer
{
Expand Down
2 changes: 1 addition & 1 deletion library/Zend/Filter/File/RenameUpload.php
Expand Up @@ -29,7 +29,7 @@ class RenameUpload extends AbstractFilter
* Store already filtered values, so we can filter multiple
* times the same file without being block by move_uploaded_file
* internal checks
*
*
* @var array
*/
protected $alreadyFiltered = array();
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/Validator/File/Count.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Validator
*/

namespace Zend\Validator\File;
Expand All @@ -16,8 +15,6 @@
/**
* Validator for counting all given files
*
* @category Zend
* @package Zend_Validator
*/
class Count extends AbstractValidator
{
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/Validator/File/FilesSize.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Validator
*/

namespace Zend\Validator\File;
Expand All @@ -18,8 +17,6 @@
/**
* Validator for the size of all files which will be validated in sum
*
* @category Zend
* @package Zend_Validator
*/
class FilesSize extends Size
{
Expand Down
3 changes: 0 additions & 3 deletions library/Zend/Validator/File/Upload.php
Expand Up @@ -5,7 +5,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Validator
*/

namespace Zend\Validator\File;
Expand All @@ -16,8 +15,6 @@
/**
* Validator for the maximum size of a file up to a max of 2GB
*
* @category Zend
* @package Zend_Validator
*/
class Upload extends AbstractValidator
{
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/ar/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/ar/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/bg/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/bg/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/cs/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/cs/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/de/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/de/Zend_Validate.php
Expand Up @@ -10,9 +10,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/en/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/en/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/es/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/fi/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/fr/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/fr/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/hr/Zend_Validate.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translator
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down
3 changes: 0 additions & 3 deletions resources/languages/it/Zend_Captcha.php
Expand Up @@ -12,9 +12,6 @@
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
Expand Down

0 comments on commit e9d63ad

Please sign in to comment.