Validation typos changes

This commit is contained in:
Atish Amte 2019-04-19 17:11:31 +05:30
parent e1df0e663d
commit 3442404da6
No known key found for this signature in database
GPG Key ID: 8D04229F36B2886E
2 changed files with 2 additions and 2 deletions

View File

@ -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
{

View File

@ -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;