This commit is contained in:
Yuri Kuznetsov
2024-07-31 14:14:42 +03:00
parent a109e1353d
commit 6dde915b7e

View File

@@ -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
{