1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Remove unnecessary use statement

This commit is contained in:
adlawson
2014-01-14 12:56:38 +00:00
parent d81ca5a8d2
commit 3f5fd1dabc

View File

@@ -11,8 +11,6 @@
namespace Monolog\Formatter;
use Monolog\Formatter\NormalizerFormatter;
/**
* Formats data into an associative array of scalar values.
* Objects and arrays will be JSON encoded.