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

Commit

Permalink
Merge branch 'feature/docblock-simplification' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 104 deletions.
4 changes: 0 additions & 4 deletions src/AbstractManager.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_Session
*/

namespace Zend\Session;
Expand All @@ -19,9 +18,6 @@
* Base ManagerInterface implementation
*
* Defines common constructor logic and getters for Storage and Configuration
*
* @category Zend
* @package Zend_Session
*/
abstract class AbstractManager implements Manager
{
Expand Down
4 changes: 0 additions & 4 deletions src/Config/ConfigInterface.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_Session
*/

namespace Zend\Session\Config;

/**
* Standard session configuration
*
* @category Zend
* @package Zend_Session
*/
interface ConfigInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Config/SessionConfig.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_Session
*/

namespace Zend\Session\Config;
Expand All @@ -14,10 +13,6 @@

/**
* Session configuration proxying to session INI options
*
* @category Zend
* @package Zend_Session
* @subpackage Configuration
*/
class SessionConfig extends StandardConfig
{
Expand Down
5 changes: 0 additions & 5 deletions src/Config/StandardConfig.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_Session
*/

namespace Zend\Session\Config;
Expand All @@ -17,10 +16,6 @@

/**
* Standard session configuration
*
* @category Zend
* @package Zend_Session
* @subpackage Configuration
*/
class StandardConfig implements ConfigInterface
{
Expand Down
4 changes: 0 additions & 4 deletions src/Container.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_Session
*/

namespace Zend\Session;
Expand All @@ -22,9 +21,6 @@
* may have their own expiries, or even expiries per key in the container.
* Additionally, expiries may be absolute TTLs or measured in "hops", which
* are based on how many times the key or container were accessed.
*
* @category Zend
* @package Zend_Session
*/
class Container extends ArrayObject
{
Expand Down
1 change: 0 additions & 1 deletion src/Exception/BadMethodCallException.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_Session
*/

namespace Zend\Session\Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/Exception/ExceptionInterface.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_Session
*/

namespace Zend\Session\Exception;

/**
* Zend_Session_Exception
*
* @category Zend
* @package Zend_Session
*/
interface ExceptionInterface
{}
1 change: 0 additions & 1 deletion src/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_Session
*/

namespace Zend\Session\Exception;
Expand Down
1 change: 0 additions & 1 deletion src/Exception/RuntimeException.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_Session
*/

namespace Zend\Session\Exception;
Expand Down
4 changes: 0 additions & 4 deletions src/ManagerInterface.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_Session
*/

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

/**
* Session manager interface
*
* @category Zend
* @package Zend_Session
*/
interface ManagerInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/SaveHandler/Cache.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_Session
*/

namespace Zend\Session\SaveHandler;
Expand All @@ -15,10 +14,6 @@

/**
* Cache session save handler
*
* @category Zend
* @package Zend_Session
* @subpackage SaveHandler
*/
class Cache implements SaveHandlerInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/SaveHandler/DbTableGateway.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_Session
*/

namespace Zend\Session\SaveHandler;
Expand All @@ -14,10 +13,6 @@

/**
* DB Table Gateway session save handler
*
* @category Zend
* @package Zend_Session
* @subpackage SaveHandler
*/
class DbTableGateway implements SaveHandlerInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/SaveHandler/DbTableGatewayOptions.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_Session
*/

namespace Zend\Session\SaveHandler;
Expand All @@ -15,10 +14,6 @@

/**
* DbTableGateway Save Handler Options
*
* @category Zend
* @package Zend_Session
* @subpackage SaveHandler
*/
class DbTableGatewayOptions extends AbstractOptions
{
Expand Down
5 changes: 0 additions & 5 deletions src/SaveHandler/MongoDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Session
*/

namespace Zend\Session\SaveHandler;
Expand All @@ -17,10 +16,6 @@

/**
* MongoDB session save handler
*
* @category Zend
* @package Zend_Session
* @subpackage SaveHandler
*/
class MongoDB implements SaveHandlerInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/SaveHandler/MongoDBOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
* @package Zend_Session
*/

namespace Zend\Session\SaveHandler;
Expand All @@ -16,10 +15,6 @@

/**
* MongoDB session save handler Options
*
* @category Zend
* @package Zend_Session
* @subpackage SaveHandler
*/
class MongoDBOptions extends AbstractOptions
{
Expand Down
3 changes: 0 additions & 3 deletions src/SaveHandler/SaveHandlerInterface.php
Original file line number Diff line number Diff line change
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_Session
*/

namespace Zend\Session\SaveHandler;

/**
* SaveHandler Interface
*
* @category Zend
* @package Zend_Session
* @see http://php.net/session_set_save_handler
*/
interface SaveHandlerInterface
Expand Down
4 changes: 0 additions & 4 deletions src/SessionManager.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_Session
*/

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

/**
* Session ManagerInterface implementation utilizing ext/session
*
* @category Zend
* @package Zend_Session
*/
class SessionManager extends AbstractManager
{
Expand Down
5 changes: 0 additions & 5 deletions src/Storage/ArrayStorage.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_Session
*/

namespace Zend\Session\Storage;
Expand All @@ -18,10 +17,6 @@
*
* Defines an ArrayObject interface for accessing session storage, with options
* for setting metadata, locking, and marking as isImmutable.
*
* @category Zend
* @package Zend_Session
* @subpackage Storage
*/
class ArrayStorage extends ArrayObject implements StorageInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Storage/SessionArrayStorage.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_Session
*/

namespace Zend\Session\Storage;
Expand All @@ -20,10 +19,6 @@
*
* Replaces the $_SESSION superglobal with an ArrayObject that allows for
* property access, metadata storage, locking, and immutability.
*
* @category Zend
* @package Zend_Session
* @subpackage Storage
*/
class SessionArrayStorage implements IteratorAggregate, StorageInterface
{
Expand Down
5 changes: 0 additions & 5 deletions src/Storage/SessionStorage.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_Session
*/

namespace Zend\Session\Storage;
Expand All @@ -17,10 +16,6 @@
*
* Replaces the $_SESSION superglobal with an ArrayObject that allows for
* property access, metadata storage, locking, and immutability.
*
* @category Zend
* @package Zend_Session
* @subpackage Storage
*/
class SessionStorage extends ArrayStorage
{
Expand Down
4 changes: 0 additions & 4 deletions src/Storage/StorageInterface.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_Session
*/

namespace Zend\Session\Storage;
Expand All @@ -20,9 +19,6 @@
*
* Defines the minimum requirements for handling userland, in-script session
* storage (e.g., the $_SESSION superglobal array).
*
* @category Zend
* @package Zend_Session
*/
interface StorageInterface extends Traversable, ArrayAccess, Serializable, Countable
{
Expand Down
6 changes: 0 additions & 6 deletions src/Validator/HttpUserAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@
* @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_Session
*/

namespace Zend\Session\Validator;

/**
* @category Zend
* @package Zend_Session
* @subpackage Validator
*/
class HttpUserAgent implements ValidatorInterface
{
/**
Expand Down
6 changes: 0 additions & 6 deletions src/Validator/RemoteAddr.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +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_Session
*/

namespace Zend\Session\Validator;

use Zend\Http\PhpEnvironment\RemoteAddress;
use Zend\Session\Validator\ValidatorInterface as SessionValidator;

/**
* @category Zend
* @package Zend_Session
* @subpackage Validator
*/
class RemoteAddr implements SessionValidator
{
/**
Expand Down
Loading

0 comments on commit 82f2194

Please sign in to comment.