Skip to content

Commit 3442404

Browse files
committed
Validation typos changes
1 parent e1df0e6 commit 3442404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Validation/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ protected function splitRules(string $rules): array
739739
* Resets the class to a blank slate. Should be called whenever
740740
* you need to process more than one array.
741741
*
742-
* @return mixed
742+
* @return \CodeIgniter\Validation\ValidationInterface
743743
*/
744744
public function reset(): ValidationInterface
745745
{

system/Validation/ValidationInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function setError(string $alias, string $error): ValidationInterface;
157157
* Resets the class to a blank slate. Should be called whenever
158158
* you need to process more than one array.
159159
*
160-
* @return mixed
160+
* @return \CodeIgniter\Validation\ValidationInterface
161161
*/
162162
public function reset(): ValidationInterface;
163163

0 commit comments

Comments
 (0)