Unverified Commit 32c473cb authored by Benjamin Morel's avatar Benjamin Morel Committed by Sergei Morozov

Ignore NullLogger in code coverage

parent f1f1677c
......@@ -4,6 +4,8 @@ namespace Doctrine\DBAL\Logging;
/**
* A SQL logger that does nothing.
*
* @codeCoverageIgnore
*/
final class NullLogger implements SQLLogger
{
......
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