Translate all code comments from Russian to English [skip ci]

This commit is contained in:
ErickSkrauch
2019-07-15 01:59:56 +03:00
parent 31069562b3
commit 3dbf29d34c
64 changed files with 264 additions and 286 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace api\aop\annotations;
use Doctrine\Common\Annotations\Annotation;
@@ -12,7 +14,7 @@ class CollectModelMetrics {
/**
* @Required()
* @var string задаёт префикс для отправки метрик. Задаётся без ведущей и без завершающей точки.
* @var string sets the prefix for collected metrics. Should be specified without trailing dots
*/
public $prefix = '';