We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1177208 commit fd7a8daCopy full SHA for fd7a8da
src/Doctrine/Instantiator/Exception/UnexpectedValueException.php
@@ -20,8 +20,8 @@
20
namespace Doctrine\Instantiator\Exception;
21
22
use Exception;
23
-use UnexpectedValueException as BaseUnexpectedValueException;
24
use ReflectionClass;
+use UnexpectedValueException as BaseUnexpectedValueException;
25
26
/**
27
* Exception for given parameters causing invalid/unexpected state on instantiation
src/Doctrine/Instantiator/Instantiator.php
@@ -20,9 +20,9 @@
namespace Doctrine\Instantiator;
use Closure;
-use Exception;
use Doctrine\Instantiator\Exception\InvalidArgumentException;
use Doctrine\Instantiator\Exception\UnexpectedValueException;
+use Exception;
28
0 commit comments