Alpha-ordering for "use" statements

This commit is contained in:
Nicolas Grekas
2018-07-26 11:03:18 +02:00
parent d070fc2e64
commit 2f42aa269a
8 changed files with 19 additions and 19 deletions
@@ -11,8 +11,8 @@
namespace Symfony\Component\Debug\FatalErrorHandler;
use Symfony\Component\Debug\Exception\UndefinedFunctionException;
use Symfony\Component\Debug\Exception\FatalErrorException;
use Symfony\Component\Debug\Exception\UndefinedFunctionException;
/**
* ErrorHandler for undefined functions.