add filters, update api, update api docs

This commit is contained in:
iIronside
2021-11-12 14:30:01 +03:00
parent 560de1c05e
commit 12914e9f8f
27 changed files with 8734 additions and 111 deletions

View File

@ -10,8 +10,7 @@ class TimeHelper
{
public static function limitTime($time_limit)
{
if ($time_limit === null)
{
if ($time_limit === null) {
return 'Не ограничено';
}