for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: akeinhell
* Date: 29.06.16
* Time: 17:36
*/
namespace Telegram\Base;
abstract class BaseMethod
{
}