File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Illuminate/Validation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ class Validator implements ValidatorContract
313313 /**
314314 * The exception to throw upon failure.
315315 *
316- * @var string
316+ * @var class- string<\Illuminate\Validation\ValidationException>
317317 */
318318 protected $ exception = ValidationException::class;
319319
@@ -1513,7 +1513,7 @@ public function setPresenceVerifier(PresenceVerifierInterface $presenceVerifier)
15131513 /**
15141514 * Get the exception to throw upon failed validation.
15151515 *
1516- * @return string
1516+ * @return class- string<\Illuminate\Validation\ValidationException>
15171517 */
15181518 public function getException ()
15191519 {
@@ -1523,7 +1523,7 @@ public function getException()
15231523 /**
15241524 * Set the exception to throw upon failed validation.
15251525 *
1526- * @param string $exception
1526+ * @param class- string<\Illuminate\Validation\ValidationException> $exception
15271527 * @return $this
15281528 *
15291529 * @throws \InvalidArgumentException
You can’t perform that action at this time.
0 commit comments