for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Glooby\Debug\Dumper;
/**
* @author Emil Kilhage
*/
class NullDumper implements DumperInterface
{
* {@inheritdoc}
public function dump($id, $output, $ext = 'txt')
}