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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
Fixed files permissions
  • Loading branch information
Show file tree
Hide file tree
Showing 47 changed files with 19 additions and 188 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev",
"dev-develop": "2.5-dev"
"dev-master": "2.1-dev",
"dev-develop": "2.2-dev"
}
},
"autoload-dev": {
Expand Down
6 changes: 1 addition & 5 deletions src/Barcode.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode;
Expand All @@ -15,11 +14,8 @@

/**
* Class for generate Barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Barcode
abstract class Barcode
{
/**
* Default barcode TTF font name
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
* @subpackage Exception
*/
interface ExceptionInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class InvalidArgumentException
extends \InvalidArgumentException
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/OutOfRangeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class OutOfRangeException extends \OutOfRangeException implements ExceptionInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/RendererCreationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class RendererCreationException
extends \InvalidArgumentException
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/UnexpectedValueException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class UnexpectedValueException extends \UnexpectedValueException implements
ExceptionInterface
Expand Down
4 changes: 0 additions & 4 deletions src/Object/AbstractObject.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode\Object;
Expand All @@ -17,9 +16,6 @@

/**
* Class for generate Barcode
*
* @category Zend
* @package Zend_Barcode
*/
abstract class AbstractObject implements ObjectInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Codabar.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Codabar barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Codabar extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Code128.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Code128 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Code128 extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Code25.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Interleaved 2 of 5 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Code25 extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Code25interleaved.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Interleaved 2 of 5 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Code25interleaved extends Code25
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Code39.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Code39 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Code39 extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Ean13.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Ean13 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Ean13 extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Ean2.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Ean2 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Ean2 extends Ean5
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Ean5.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Ean5 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Ean5 extends Ean13
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Ean8.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode\Object;
Expand All @@ -14,9 +13,6 @@

/**
* Class for generate Ean8 barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Ean8 extends Ean13
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Error.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object;

/**
* Class for generate Barcode
*
* @category Zend
* @package Zend_Barcode
*/
class Error extends AbstractObject
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Exception/BarcodeValidationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class BarcodeValidationException extends InvalidArgumentException
{
Expand Down
5 changes: 0 additions & 5 deletions src/Object/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode\Object\Exception;
Expand All @@ -14,10 +13,6 @@

/**
* Base exception interface for barcode objects
*
* @category Zend
* @package Zend_Barcode
* @subpackage Object_Exception
*/
interface ExceptionInterface extends Exception
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Exception/ExtensionNotLoadedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +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_Barcode
*/

namespace Zend\Barcode\Object\Exception;

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class ExtensionNotLoadedException extends RuntimeException
{
Expand Down
4 changes: 0 additions & 4 deletions src/Object/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
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_Barcode
*/

namespace Zend\Barcode\Object\Exception;
Expand All @@ -14,9 +13,6 @@

/**
* Exception for Zend_Barcode component.
*
* @category Zend
* @package Zend_Barcode
*/
class InvalidArgumentException extends Exception\InvalidArgumentException implements
ExceptionInterface
Expand Down
Loading

0 comments on commit c5faeb8

Please # to comment.