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

Commit

Permalink
Merge branch 'feature/di' of github.com:ralphschindler/zf2 into featu…
Browse files Browse the repository at this point in the history
…re/rackspace
  • Loading branch information
ezimuel committed May 31, 2011
15 parents 14733fb + 9522bf5 + 13eba34 + 80e576a + edc16b1 + 9113d7c + 2510b05 + 1f7f769 + 37761a1 + 6e8b2c3 + e4ea566 + 0b2466c + 46af398 + 0b4eeb2 + 34ac43f commit 7b1f77f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
namespace Zend\Ldap;

/**
* @uses \Zend\Exception
* @uses \Exception
* @category Zend
* @package Zend_Ldap
* @uses \Zend\Exception
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Exception extends \Zend\Exception
class Exception extends \Exception
{
const LDAP_SUCCESS = 0x00;
const LDAP_OPERATIONS_ERROR = 0x01;
Expand Down
4 changes: 2 additions & 2 deletions src/Filter/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
namespace Zend\Ldap\Filter;

/**
* @uses \Zend\Exception
* @uses \Exception
* @category Zend
* @package Zend_Ldap
* @subpackage Filter
* @copyright Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Exception extends \Zend\Exception
class Exception extends \Exception
{
}

0 comments on commit 7b1f77f

Please sign in to comment.