We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b63caa commit be3860cCopy full SHA for be3860c
system/Validation/ValidationInterface.php
@@ -12,7 +12,6 @@
12
namespace CodeIgniter\Validation;
13
14
use CodeIgniter\HTTP\RequestInterface;
15
-use CodeIgniter\Validation\Exceptions\ValidationException;
16
17
/**
18
* Expected behavior of a validator
@@ -94,8 +93,6 @@ public function reset(): ValidationInterface;
94
93
* same format used with setRules(). Additionally, check
95
* for {group}_errors for an array of custom error messages.
96
*
97
- * @throws ValidationException
98
- *
99
* @return array
100
*/
101
public function loadRuleGroup(?string $group = null);
0 commit comments