Unverified Commit 91f6707c authored by Benjamin Morel's avatar Benjamin Morel Committed by Sergei Morozov

Make NullLogger final

parent 1f81dd66
......@@ -5,7 +5,7 @@ namespace Doctrine\DBAL\Logging;
/**
* A SQL logger that does nothing.
*/
class NullLogger implements SQLLogger
final class NullLogger implements SQLLogger
{
/**
* {@inheritdoc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment