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

Commit

Permalink
Zend\Di + Various other classes
Browse files Browse the repository at this point in the history
- Alter compiler to use reflection to build definitions
- Altered various other broken signatures in other classes to make things compile right
  • Loading branch information
Ralph Schindler committed Oct 8, 2011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Exception/InvalidCallbackException.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
*/
namespace Zend\Stdlib\Exception;

use Zend\Stdlib\Exception,
DomainException;
use Zend\Stdlib\Exception;

/**
* Invalid callback exception
Expand Down

0 comments on commit ceb7d8c

Please sign in to comment.