1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-23 22:42:38 +01:00

Merge pull request #300 from adlawson/patch-1

Remove unnecessary `use` statement
This commit is contained in:
Jordi Boggiano 2014-01-14 05:24:06 -08:00
commit 296095fe2e

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.