Use symfony/debug error handler instead of the deprecated one

This commit is contained in:
Romain Neutron
2013-11-04 13:02:54 +01:00
parent 1b393ef6d9
commit beb409e932
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Symfony\Component\HttpKernel\Debug\ErrorHandler;
use Symfony\Component\Debug\ErrorHandler;
require_once __DIR__ . '/../lib/autoload.php';

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Symfony\Component\HttpKernel\Debug\ErrorHandler;
use Symfony\Component\Debug\ErrorHandler;
require_once __DIR__ . "/../lib/autoload.php";

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code.
*/
use Symfony\Component\HttpKernel\Debug\ErrorHandler;
use Symfony\Component\Debug\ErrorHandler;
require_once __DIR__ . "/../lib/autoload.php";