mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Validation typos changes
This commit is contained in:
parent
e1df0e663d
commit
3442404da6
@ -739,7 +739,7 @@ class Validation implements ValidationInterface
|
||||
* Resets the class to a blank slate. Should be called whenever
|
||||
* you need to process more than one array.
|
||||
*
|
||||
* @return mixed
|
||||
* @return \CodeIgniter\Validation\ValidationInterface
|
||||
*/
|
||||
public function reset(): ValidationInterface
|
||||
{
|
||||
|
@ -157,7 +157,7 @@ interface ValidationInterface
|
||||
* Resets the class to a blank slate. Should be called whenever
|
||||
* you need to process more than one array.
|
||||
*
|
||||
* @return mixed
|
||||
* @return \CodeIgniter\Validation\ValidationInterface
|
||||
*/
|
||||
public function reset(): ValidationInterface;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user