diff --git a/application/Espo/Core/Authentication/Result.php b/application/Espo/Core/Authentication/Result.php index f0be4702b7..aca29416f0 100644 --- a/application/Espo/Core/Authentication/Result.php +++ b/application/Espo/Core/Authentication/Result.php @@ -196,7 +196,9 @@ class Result } /** - * Clone with bypass the second step. + * Clone with bypass second step. + * + * @since 8.4.0 */ public function withBypassSecondStep(bool $bypassSecondStep = true): self {