for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Monolol\Lolifiers\QuoteProviders;
use Monolol\Lolifiers\QuoteProvider;
class EmptyQuoteProvider implements QuoteProvider
{
public function getQuotes()
return array();
}