From 3c62414c8dd66e902bcfeccaf7ae76b0dcff29df Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 14 Mar 2023 11:01:27 +0200 Subject: [PATCH] doc --- application/Espo/Core/Formula/Exceptions/BadArgumentType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Formula/Exceptions/BadArgumentType.php b/application/Espo/Core/Formula/Exceptions/BadArgumentType.php index 9cafe183c2..580111c05b 100644 --- a/application/Espo/Core/Formula/Exceptions/BadArgumentType.php +++ b/application/Espo/Core/Formula/Exceptions/BadArgumentType.php @@ -40,7 +40,7 @@ class BadArgumentType extends Error /** * Create. * - * @param int $position An argument position. + * @param int $position An argument position. Starts from 1. * @param string $type A required argument type. */ public static function create(int $position, string $type): self