Skip to content

Commit fd7a8da

Browse files
committed
Optimized imports
1 parent 1177208 commit fd7a8da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Doctrine/Instantiator/Exception/UnexpectedValueException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
namespace Doctrine\Instantiator\Exception;
2121

2222
use Exception;
23-
use UnexpectedValueException as BaseUnexpectedValueException;
2423
use ReflectionClass;
24+
use UnexpectedValueException as BaseUnexpectedValueException;
2525

2626
/**
2727
* Exception for given parameters causing invalid/unexpected state on instantiation

src/Doctrine/Instantiator/Instantiator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
namespace Doctrine\Instantiator;
2121

2222
use Closure;
23-
use Exception;
2423
use Doctrine\Instantiator\Exception\InvalidArgumentException;
2524
use Doctrine\Instantiator\Exception\UnexpectedValueException;
25+
use Exception;
2626
use ReflectionClass;
2727

2828
/**

0 commit comments

Comments
 (0)