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
313
313
/**
314
314
* The exception to throw upon failure.
315
315
*
316
- * @var string
316
+ * @var class- string<\Illuminate\Validation\ValidationException>
317
317
*/
318
318
protected $ exception = ValidationException::class;
319
319
@@ -1513,7 +1513,7 @@ public function setPresenceVerifier(PresenceVerifierInterface $presenceVerifier)
1513
1513
/**
1514
1514
* Get the exception to throw upon failed validation.
1515
1515
*
1516
- * @return string
1516
+ * @return class- string<\Illuminate\Validation\ValidationException>
1517
1517
*/
1518
1518
public function getException ()
1519
1519
{
@@ -1523,7 +1523,7 @@ public function getException()
1523
1523
/**
1524
1524
* Set the exception to throw upon failed validation.
1525
1525
*
1526
- * @param string $exception
1526
+ * @param class- string<\Illuminate\Validation\ValidationException> $exception
1527
1527
* @return $this
1528
1528
*
1529
1529
* @throws \InvalidArgumentException
You can’t perform that action at this time.
0 commit comments