Skip to content

Commit be3860c

Browse files
committed
docs: remove @throws in ValidationInterface
I don't see it is useful.
1 parent 5b63caa commit be3860c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

system/Validation/ValidationInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace CodeIgniter\Validation;
1313

1414
use CodeIgniter\HTTP\RequestInterface;
15-
use CodeIgniter\Validation\Exceptions\ValidationException;
1615

1716
/**
1817
* Expected behavior of a validator
@@ -94,8 +93,6 @@ public function reset(): ValidationInterface;
9493
* same format used with setRules(). Additionally, check
9594
* for {group}_errors for an array of custom error messages.
9695
*
97-
* @throws ValidationException
98-
*
9996
* @return array
10097
*/
10198
public function loadRuleGroup(?string $group = null);

0 commit comments

Comments
 (0)