Thanks to visit codestin.com
Credit goes to github.com

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

Commit ceb7d8c

Browse files
author
Ralph Schindler
committed
Zend\Di + Various other classes
- Alter compiler to use reflection to build definitions - Altered various other broken signatures in other classes to make things compile right

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Exception/InvalidCallbackException.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
*/
2424
namespace Zend\Stdlib\Exception;
2525

26-
use Zend\Stdlib\Exception,
27-
DomainException;
26+
use Zend\Stdlib\Exception;
2827

2928
/**
3029
* Invalid callback exception

0 commit comments

Comments
 (0)