for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Charcoal\View;
use \Psr\Log\NullLogger;
/**
* Concrete implementation of a _View_ interface (extends `AbstractView`).
*
*/
class GenericView extends AbstractView
{
// AbstractView is everything we need for now...
}