diff --git a/lib/Assert/LazyAssertionException.php b/lib/Assert/LazyAssertionException.php index 2ba59dd..9a3765d 100644 --- a/lib/Assert/LazyAssertionException.php +++ b/lib/Assert/LazyAssertionException.php @@ -23,6 +23,8 @@ class LazyAssertionException extends InvalidArgumentException /** * @param InvalidArgumentException[] $errors + * + * @return static */ public static function fromErrors(array $errors): self {