for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: aless
* Date: 13/03/2019
* Time: 12:39
*/
namespace Bitlywrap\Adapter;
use Bitlywrap\Interfaces\AdapterInterface;
class Adapter implements AdapterInterface
{
}