Небольшие изменения

This commit is contained in:
RedHood
2020-09-03 16:18:02 +10:00
parent 3d74862474
commit 9d38d69445
38 changed files with 56 additions and 1607 deletions

View File

@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace VK\API;
abstract class LongPollAbstract
{
abstract public function __construct(object $robot, array $params = []);
}